Browse Source

Revert "HOT-FIX: opções de em_tramitacao como 0 e 1 e não True e False"

This reverts commit 1f90fff9e3.
rate-limiter-2026
Edward Ribeiro 9 years ago
parent
commit
8cd5d13142
  1. 4
      sapl/materia/models.py

4
sapl/materia/models.py

@ -19,8 +19,8 @@ from sapl.utils import (RANGE_ANOS, YES_NO_CHOICES, SaplGenericForeignKey,
SaplGenericRelation, restringe_tipos_de_arquivo_txt,
texto_upload_path)
EM_TRAMITACAO = [(True, 'Sim'),
(False, 'Não')]
EM_TRAMITACAO = [(1, 'Sim'),
(0, 'Não')]
def grupo_autor():

Loading…
Cancel
Save