mirror of https://github.com/interlegis/sapl.git
Browse Source
* Evitar anexo ciclico - Anexada * Evitar anexo cíclico - Anexada em Lote * Evitar anexo ciclico - Anexada * Evitar anexo cíclico - Anexada em Lote * Atualizar materia/forms.py * Atualizar sapl/materia/views.py * Atualizar migrationspull/2713/head
João Rodrigues
6 years ago
committed by
Edward
4 changed files with 76 additions and 5 deletions
@ -0,0 +1,21 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-04-09 16:34 |
|||
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'), |
|||
), |
|||
] |
Loading…
Reference in new issue