mirror of https://github.com/interlegis/sapl.git
eribeiro
4 years ago
3 changed files with 19 additions and 2 deletions
@ -0,0 +1,17 @@ |
|||||
|
# Generated by Django 2.2.13 on 2021-03-04 15:21 |
||||
|
|
||||
|
from django.db import migrations |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('sessao', '0054_auto_20201013_1053'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterModelOptions( |
||||
|
name='bancada', |
||||
|
options={'ordering': ('-legislatura__numero', 'nome'), 'verbose_name': 'Bancada Parlamentar', 'verbose_name_plural': 'Bancadas Parlamentares'}, |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue