Skip to content

Commit 32685da

Browse files
committed
Add fieldsets for document and account
1 parent e7f9d9e commit 32685da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/country_workspace/versioning/scripts/0009_add_document_and_account_fieldsets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@
2727
("photo", {"field_type": Base64ImageField}, {}),
2828
("issuance_date", {"field_type": forms.DateField}, {}),
2929
("expiry_date", {"field_type": forms.DateField}, {}),
30+
("country", {"name": "CountryChoice"}, {}),
3031
]
3132

3233
account_fields = [
3334
("number", {"field_type": forms.CharField}, {}),
3435
("data", {"field_type": forms.JSONField}, {}),
36+
("unique_key", {"field_type": forms.CharField}, {}),
3537
]
3638

3739

0 commit comments

Comments
 (0)