From ae93d269b99d61002fb722b8cb4eb28001fbaf0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LeandroJata=C3=AD?= Date: Tue, 27 Jan 2026 17:08:58 -0300 Subject: [PATCH] Update sapl/materia/models.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- sapl/materia/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/materia/models.py b/sapl/materia/models.py index 288968191..63905cb95 100644 --- a/sapl/materia/models.py +++ b/sapl/materia/models.py @@ -394,7 +394,7 @@ class MateriaLegislativa(models.Model): numero_preferido: int - número preferido/desejado (opcional) Returns: - int: O próximo número disponível para a matéria + tuple[int, int]: Uma tupla contendo (numero, ano) da matéria. """ from django.db.models import Max from sapl.parlamentares.models import Legislatura