mirror of https://github.com/interlegis/sapl.git
Vinícius Cantuária
4 years ago
committed by
GitHub
2 changed files with 23 additions and 16 deletions
@ -0,0 +1,17 @@ |
|||||
|
# Generated by Django 2.2.13 on 2020-10-06 10:34 |
||||
|
|
||||
|
from django.db import migrations |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('materia', '0073_auto_20200910_1420'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterModelOptions( |
||||
|
name='documentoacessorio', |
||||
|
options={'ordering': ('data', '-data_ultima_atualizacao'), 'verbose_name': 'Documento Acessório', 'verbose_name_plural': 'Documentos Acessórios'}, |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue