diff --git a/sigi/apps/contatos/models.py b/sigi/apps/contatos/models.py index 2f263c9..2be7964 100644 --- a/sigi/apps/contatos/models.py +++ b/sigi/apps/contatos/models.py @@ -106,7 +106,7 @@ class Telefone(models.Model): ) numero = models.CharField( 'número', - max_length=16, + max_length=32, help_text='Somente números.' ) tipo = models.CharField(