From 119b5f8d619ccc6110f8a9c24978c87d183491f9 Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Fri, 18 Dec 2009 13:31:44 +0000 Subject: [PATCH] =?UTF-8?q?Campo=20de=20e-mail=20agora=20=C3=A9=20maior=20?= =?UTF-8?q?para=20favorecer=20a=20migra=C3=A7=C3=A3o=20dos=20dados.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/apps/casas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/apps/casas/models.py b/sigi/apps/casas/models.py index c32ee4d..83ba0d9 100644 --- a/sigi/apps/casas/models.py +++ b/sigi/apps/casas/models.py @@ -35,7 +35,7 @@ class CasaLegislativa(models.Model): verbose_name='município' ) cep = models.CharField(max_length=9) - email = models.EmailField('e-mail', blank=True) + email = models.EmailField('e-mail', max_length=128, blank=True) pagina_web = models.URLField( u'página web', help_text='Exemplo: http://www.camarapains.mg.gov.br.',