Sistema de Apoio ao Processo Legislativo
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.
 
 
 
 
 

20 lines
512 B

# -*- coding: utf-8 -*-
# Generated by Django 1.9.13 on 2018-08-08 11:56
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('audiencia', '0005_auto_20180806_1236'),
]
operations = [
migrations.AlterField(
model_name='audienciapublica',
name='hora_fim',
field=models.CharField(blank=True, max_length=5, verbose_name='Horário Fim(hh:mm)'),
),
]