mirror of https://github.com/interlegis/sapl.git
Vinícius Cantuária
5 years ago
committed by
GitHub
2 changed files with 25 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.11.27 on 2020-03-13 14:37 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('materia', '0064_auto_20200114_1121'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterModelOptions( |
||||
|
name='assuntomateria', |
||||
|
options={'ordering': ('assunto', 'dispositivo'), 'verbose_name': 'Assunto de Matéria', 'verbose_name_plural': 'Assuntos de Matéria'}, |
||||
|
), |
||||
|
migrations.AlterModelOptions( |
||||
|
name='materiaassunto', |
||||
|
options={'ordering': ('assunto__assunto', '-materia'), 'verbose_name': 'Relação Matéria - Assunto', 'verbose_name_plural': 'Relações Matéria - Assunto'}, |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue