Browse Source

Norma migrations

pull/3160/head
João Rodrigues 6 years ago
parent
commit
d21db53770
  1. 16
      sapl/norma/migrations/0026_merge_20190708_1120.py
  2. 16
      sapl/norma/migrations/0027_merge_20190802_1117.py
  3. 16
      sapl/norma/migrations/0028_merge_20191003_0909.py
  4. 16
      sapl/norma/migrations/0030_merge_20191204_1129.py
  5. 4
      sapl/norma/migrations/0030_merge_20191209_1531.py
  6. 4
      sapl/norma/migrations/0031_auto_20200114_1121.py
  7. 2
      sapl/norma/migrations/0032_auto_20200221_1533.py
  8. 20
      sapl/norma/migrations/0033_auto_20200416_1538.py
  9. 16
      sapl/norma/migrations/0033_merge_20200401_1354.py
  10. 4
      sapl/norma/migrations/0034_auto_20200513_1544.py

16
sapl/norma/migrations/0026_merge_20190708_1120.py

@ -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 = [
]

16
sapl/norma/migrations/0027_merge_20190802_1117.py

@ -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 = [
]

16
sapl/norma/migrations/0028_merge_20191003_0909.py

@ -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 = [
]

16
sapl/norma/migrations/0030_merge_20191204_1129.py

@ -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 = [
]

4
sapl/norma/migrations/0031_merge_20191217_1538.py → sapl/norma/migrations/0030_merge_20191209_1531.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-12-17 18:38 # Generated by Django 1.11.20 on 2019-12-09 18:31
from __future__ import unicode_literals from __future__ import unicode_literals
from django.db import migrations from django.db import migrations
@ -8,7 +8,7 @@ from django.db import migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('norma', '0030_merge_20191204_1129'), ('norma', '0029_auto_20191024_1344'),
('norma', '0028_merge_20191009_1814'), ('norma', '0028_merge_20191009_1814'),
] ]

4
sapl/norma/migrations/0032_auto_20200114_1125.py → sapl/norma/migrations/0031_auto_20200114_1121.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2020-01-14 14:25 # Generated by Django 1.11.20 on 2020-01-14 14:21
from __future__ import unicode_literals from __future__ import unicode_literals
from django.db import migrations, models from django.db import migrations, models
@ -9,7 +9,7 @@ import sapl.norma.models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('norma', '0031_merge_20191217_1538'), ('norma', '0030_merge_20191209_1531'),
] ]
operations = [ operations = [

2
sapl/norma/migrations/0032_auto_20200221_1533.py

@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('norma', '0031_merge_20191217_1538'), ('norma', '0031_auto_20200114_1121'),
] ]
operations = [ operations = [

20
sapl/norma/migrations/0033_auto_20200416_1538.py

@ -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'),
),
]

16
sapl/norma/migrations/0033_merge_20200401_1354.py

@ -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 = [
]

4
sapl/norma/migrations/0025_auto_20190704_0816.py → sapl/norma/migrations/0034_auto_20200513_1544.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Generated by Django 1.11.22 on 2019-07-04 11:16 # Generated by Django 1.11.29 on 2020-05-13 18:44
from __future__ import unicode_literals from __future__ import unicode_literals
from django.db import migrations, models from django.db import migrations, models
@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('norma', '0024_auto_20190425_0917'), ('norma', '0033_auto_20200416_1538'),
] ]
operations = [ operations = [
Loading…
Cancel
Save