From 44e385f1b3ea4beee9b3761e3748f6ecbc490631 Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Tue, 15 Dec 2009 18:09:34 +0000 Subject: [PATCH] =?UTF-8?q?Pequena=20altera=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/apps/inventario/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/apps/inventario/models.py b/sigi/apps/inventario/models.py index af886bd..65f4cfa 100644 --- a/sigi/apps/inventario/models.py +++ b/sigi/apps/inventario/models.py @@ -79,7 +79,7 @@ class Bem(models.Model): num_tombamento = models.CharField( 'número de tombamento', max_length=50, - help_text='Número fornecido pelo Interlegis.', + blank=True, unique=True )