Browse Source
Update sapl/materia/models.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/3822/head
LeandroJataí
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
sapl/materia/models.py
|
|
@ -394,7 +394,7 @@ class MateriaLegislativa(models.Model): |
|
|
numero_preferido: int - número preferido/desejado (opcional) |
|
|
numero_preferido: int - número preferido/desejado (opcional) |
|
|
|
|
|
|
|
|
Returns: |
|
|
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 django.db.models import Max |
|
|
from sapl.parlamentares.models import Legislatura |
|
|
from sapl.parlamentares.models import Legislatura |
|
|
|