From 9864580919825323a5b89b06f3c69f3826b7e134 Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Fri, 18 Dec 2009 13:54:10 +0000 Subject: [PATCH] =?UTF-8?q?Campo=20de=20n=C3=BAmero=20de=20telefone=20agor?= =?UTF-8?q?a=20=C3=A9=20maior=20para=20favorecer=20a=20migra=C3=A7=C3=A3o?= =?UTF-8?q?=20dos=20dados.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/apps/contatos/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(