From 01abbc3b293eb8aa1f0fd72b838d0ea705d3eddf Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Fri, 18 Dec 2009 13:59:39 +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 2be7964..7213670 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=32, + max_length=64, # TODO: diminuir tamanho de campo após migração de dados help_text='Somente números.' ) tipo = models.CharField(