mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 15:22:26 +01:00 
			
		
		
		
	Fix import
This commit is contained in:
		@@ -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"),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user