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