From fe68cc2e267a7e8e3ddaf039e5f5ef4bc8f4cb55 Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Fri, 18 Dec 2009 13:47:16 +0000 Subject: [PATCH] =?UTF-8?q?Campo=20de=20CNPJ=20agora=20=C3=A9=20maior=20pa?= =?UTF-8?q?ra=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 83ba0d9..9ea2af8 100644 --- a/sigi/apps/casas/models.py +++ b/sigi/apps/casas/models.py @@ -22,7 +22,7 @@ class CasaLegislativa(models.Model): blank=True ) tipo = models.CharField(max_length=2, choices=CASA_CHOICES, default='CM') - cnpj = models.CharField('CNPJ', max_length=18, blank=True) + cnpj = models.CharField('CNPJ', max_length=32, blank=True) observacoes = models.TextField(u'observações', blank=True) logradouro = models.CharField(