mirror of https://github.com/interlegis/sapl.git
Cesar Carvalho
5 years ago
14 changed files with 30 additions and 68 deletions
@ -1,20 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-11-18 23:36 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('materia', '0060_auto_20190905_1134'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='documentoacessorio', |
|||
name='autor', |
|||
field=models.CharField(blank=True, max_length=200, verbose_name='Autor'), |
|||
), |
|||
] |
@ -1,16 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-11-21 16:46 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('materia', '0063_auto_20191010_1228'), |
|||
('materia', '0061_auto_20191118_2036'), |
|||
] |
|||
|
|||
operations = [ |
|||
] |
@ -1,16 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-12-04 14:29 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('materia', '0061_auto_20191120_1440'), |
|||
('materia', '0064_merge_20191121_1346'), |
|||
] |
|||
|
|||
operations = [ |
|||
] |
@ -0,0 +1,13 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-10-09 18:35 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('sessao', '0047_merge_20191009_1535'), |
|||
('sessao', '0050_auto_20191029_1441') |
|||
] |
Loading…
Reference in new issue