mirror of https://github.com/interlegis/sapl.git
LeandroRoberto
9 years ago
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||
# -*- coding: utf-8 -*- |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('parlamentares', '0006_auto_20151119_1318'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='parlamentar', |
|||
name='unidade_deliberativa', |
|||
field=models.BooleanField(), |
|||
), |
|||
] |
Loading…
Reference in new issue