mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
8 years ago
4 changed files with 45 additions and 17 deletions
@ -0,0 +1,23 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.9.7 on 2016-10-27 14:19 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('norma', '0015_auto_20160929_1635'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterModelOptions( |
|||
name='assuntonormarelationship', |
|||
options={'verbose_name': 'Assunto', 'verbose_name_plural': 'Assuntos'}, |
|||
), |
|||
migrations.AlterUniqueTogether( |
|||
name='assuntonormarelationship', |
|||
unique_together=set([]), |
|||
), |
|||
] |
Loading…
Reference in new issue