mirror of https://github.com/interlegis/sapl.git
10 changed files with 27 additions and 87 deletions
@ -1,16 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-07-08 14:20 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('norma', '0025_auto_20190704_0816'), |
|
||||
('norma', '0025_auto_20190704_1403'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
] |
|
||||
@ -1,16 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-08-02 14:17 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('norma', '0026_auto_20190712_1053'), |
|
||||
('norma', '0026_merge_20190708_1120'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
] |
|
||||
@ -1,16 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-10-03 12:09 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('norma', '0027_merge_20190802_1117'), |
|
||||
('norma', '0027_auto_20191001_1115'), |
|
||||
] |
|
||||
|
|
||||
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 = [ |
|
||||
('norma', '0029_auto_20191024_1344'), |
|
||||
('norma', '0028_merge_20191003_0909'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
] |
|
||||
@ -0,0 +1,20 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.11.29 on 2020-04-16 18:38 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('norma', '0032_auto_20200221_1533'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name='normajuridica', |
||||
|
name='ip', |
||||
|
field=models.CharField(blank=True, default='', max_length=60, verbose_name='IP'), |
||||
|
), |
||||
|
] |
||||
@ -1,16 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.29 on 2020-04-01 16:54 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('norma', '0032_auto_20200114_1125'), |
|
||||
('norma', '0032_auto_20200221_1533'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
] |
|
||||
Loading…
Reference in new issue