mirror of https://github.com/interlegis/sapl.git
Browse Source
* fixes #1685 * Ajusta teste de sessao * HOT-FIX * Automatiza criação de autor para comissãopull/1696/head
VictorFabreF
7 years ago
committed by
Edward
11 changed files with 198 additions and 46 deletions
@ -0,0 +1,25 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.9.13 on 2018-01-31 19:08 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('sessao', '0015_sessaoplenaria_painel_aberto'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='bancada', |
|||
name='data_criacao', |
|||
field=models.DateField(null=True, verbose_name='Data Criação'), |
|||
), |
|||
migrations.AlterField( |
|||
model_name='bloco', |
|||
name='data_criacao', |
|||
field=models.DateField(null=True, verbose_name='Data Criação'), |
|||
), |
|||
] |
Loading…
Reference in new issue