mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
610 B
21 lines
610 B
# -*- 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'),
|
|
),
|
|
]
|
|
|