Sistema de Apoio ao Processo Legislativo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
453 B

# Generated by Django 2.2.13 on 2021-02-09 13:47
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('materia', '0076_auto_20210107_1408'),
]
operations = [
migrations.AlterModelOptions(
name='documentoacessorio',
options={'ordering': ('data', 'id'), 'verbose_name': 'Documento Acessório', 'verbose_name_plural': 'Documentos Acessórios'},
),
]