1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2024-12-25 00:42:23 +00:00

Add __str__ to models, remove null=True in CharField and TextField

This commit is contained in:
Yohann D'ANELLO 2020-09-07 01:06:22 +02:00
parent 4f5a794798
commit bac22dcbac

View File

@ -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": "",