mirror of https://github.com/interlegis/sapl.git
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
441 B
17 lines
441 B
# Generated by Django 2.2.13 on 2020-09-10 17:20
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('materia', '0072_auto_20200902_1338'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='tramitacao',
|
|
options={'ordering': ('-data_tramitacao', '-id'), 'verbose_name': 'Tramitação', 'verbose_name_plural': 'Tramitações'},
|
|
),
|
|
]
|
|
|