mirror of https://github.com/interlegis/sapl.git
Browse Source
* Fix #2377 Co-Authored-By: tapumar <tapumar@gmail.com> Update views.py fix identação * retira justificativapull/2385/head
Talitha Pumar
6 years ago
committed by
Edward
8 changed files with 40 additions and 9 deletions
@ -0,0 +1,20 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.10.8 on 2018-11-14 12:06 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('sessao', '0029_auto_20181024_0952'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='resumoordenacao', |
||||
|
name='decimo_primeiro', |
||||
|
field=models.CharField(default='', max_length=30), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue