From bbae4234c1fbee04ffc481f17d74794591af85c7 Mon Sep 17 00:00:00 2001 From: LeandroJatai Date: Tue, 23 Aug 2022 12:50:54 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20remove=20correspondencias=20do=20for?= =?UTF-8?q?m=20de=20sess=C3=A3o=20plen=C3=A1ria?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/sessao/forms.py b/sapl/sessao/forms.py index 5e0411ad2..42a51ed5d 100644 --- a/sapl/sessao/forms.py +++ b/sapl/sessao/forms.py @@ -53,7 +53,7 @@ class SessaoPlenariaForm(FileFieldCheckMixin, ModelForm): class Meta: model = SessaoPlenaria - exclude = ['cod_andamento_sessao'] + exclude = ['cod_andamento_sessao', 'correspondencias'] def clean(self): super(SessaoPlenariaForm, self).clean()