mirror of https://github.com/interlegis/sapl.git
4 changed files with 11 additions and 56 deletions
@ -1,24 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.9.13 on 2018-09-27 14:17 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('sessao', '0024_auto_20180926_1042'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterModelOptions( |
|||
name='justificativaausencia', |
|||
options={'verbose_name': 'Justificativa de Ausência', 'verbose_name_plural': 'Justificativas de Ausências'}, |
|||
), |
|||
migrations.AddField( |
|||
model_name='justificativaausencia', |
|||
name='ausencia', |
|||
field=models.PositiveIntegerField(choices=[(1, 'Sessão'), (2, 'Matéria')], default=1, verbose_name='Ausente em'), |
|||
), |
|||
] |
|||
@ -1,26 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.9.13 on 2018-10-02 14:31 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
import django.db.models.deletion |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('sessao', '0025_auto_20180927_1117'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='justificativaausencia', |
|||
name='observacao', |
|||
field=models.TextField(blank=True, max_length=150, verbose_name='Observação'), |
|||
), |
|||
migrations.AlterField( |
|||
model_name='justificativaausencia', |
|||
name='sessao_plenaria', |
|||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='sessao.SessaoPlenaria', verbose_name='Sessão Plenárias'), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue