mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-11 11:01:19 +00:00
Fix import
This commit is contained in:
parent
02475a4b8d
commit
e04e432292
@ -51,7 +51,7 @@ class TFJMUser(AbstractUser):
|
|||||||
verbose_name=_("address"),
|
verbose_name=_("address"),
|
||||||
)
|
)
|
||||||
|
|
||||||
postal_code = models.PositiveSmallIntegerField(
|
postal_code = models.PositiveIntegerField(
|
||||||
null=True,
|
null=True,
|
||||||
default=None,
|
default=None,
|
||||||
verbose_name=_("postal code"),
|
verbose_name=_("postal code"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user