Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Add __str__ to models, remove null=True in CharField and TextField
· bac22dcb
ynerant
authored
Sep 07, 2020
bac22dcb
Hide whitespace changes
Inline
Side-by-side
management/commands/import_transaction.py
View file @
bac22dcb
...
...
@@ -214,7 +214,7 @@ class Command(ImportCommand):
"
amount
"
:
row
[
"
montant
"
],
"
created_at
"
:
date
,
"
destination_alias
"
:
""
,
"
invalidity_reason
"
:
None
,
"
invalidity_reason
"
:
""
,
"
quantity
"
:
row
[
"
quantite
"
],
"
reason
"
:
row
[
"
description
"
],
"
source_alias
"
:
""
,
...
...