mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
6 years ago
4 changed files with 1 additions and 54 deletions
@ -1,21 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-04-09 17:52 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations, models |
|
||||
import django.db.models.deletion |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('sessao', '0035_resumoordenacao_decimo_quarto'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
migrations.AlterField( |
|
||||
model_name='expedientesessao', |
|
||||
name='sessao_plenaria', |
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='expedientesessao_set', to='sessao.SessaoPlenaria'), |
|
||||
), |
|
||||
] |
|
@ -1,5 +1,5 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.11.20 on 2019-04-09 16:34 |
# Generated by Django 1.11.20 on 2019-04-12 14:06 |
||||
from __future__ import unicode_literals |
from __future__ import unicode_literals |
||||
|
|
||||
from django.db import migrations, models |
from django.db import migrations, models |
@ -1,16 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-04-11 18:48 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('sessao', '0036_auto_20190410_0836'), |
|
||||
('sessao', '0036_auto_20190409_1452'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
] |
|
@ -1,16 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-04-12 11:04 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('sessao', '0037_merge_20190411_1548'), |
|
||||
('sessao', '0036_auto_20190409_1334'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
] |
|
Loading…
Reference in new issue