From 208e5c5b696962eac8cf7e165e7062f79cd1c5d3 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Wed, 15 Feb 2017 13:34:50 -0200 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20conserta=20refer=C3=AAncia=20em=20?= =?UTF-8?q?=5F=5Fstr=5F=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/sessao/models.py b/sapl/sessao/models.py index 07cfc3791..1d1ee6a0d 100644 --- a/sapl/sessao/models.py +++ b/sapl/sessao/models.py @@ -393,7 +393,7 @@ class VotoNominal(models.Model): verbose_name_plural = _('Registros dos Votos dos Parlamentares') def __str__(self): - return self.Parlamentar, self.voto + return self.parlamentar, self.voto class SessaoPlenariaPresenca(models.Model):