mirror of https://github.com/interlegis/sapl.git
3 changed files with 48 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-11-27 21:04 |
|||
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,16 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-11-27 21:04 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('norma', '0029_auto_20191024_1344'), |
|||
('norma', '0028_merge_20191003_0909'), |
|||
] |
|||
|
|||
operations = [ |
|||
] |
|||
@ -0,0 +1,16 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-11-27 21:04 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('sessao', '0048_auto_20190829_1253'), |
|||
('sessao', '0050_auto_20191029_1441'), |
|||
] |
|||
|
|||
operations = [ |
|||
] |
|||
Loading…
Reference in new issue