diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-09 11:28:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:58 +0100 |
commit | e8472937c192bcce28a7a112fdf7a420e7486cfc (patch) | |
tree | 99d97104339e6a246e34a87a663beb77ca7db8cd /archaeological_context_records/migrations | |
parent | 3297cdadc31ea857ed51317081d7d3174af7dbc9 (diff) | |
download | Ishtar-e8472937c192bcce28a7a112fdf7a420e7486cfc.tar.bz2 Ishtar-e8472937c192bcce28a7a112fdf7a420e7486cfc.zip |
Remove unicode_litterals
Diffstat (limited to 'archaeological_context_records/migrations')
6 files changed, 0 insertions, 12 deletions
diff --git a/archaeological_context_records/migrations/0101_squashed.py b/archaeological_context_records/migrations/0101_squashed.py index c61955270..fb40481e9 100644 --- a/archaeological_context_records/migrations/0101_squashed.py +++ b/archaeological_context_records/migrations/0101_squashed.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.27 on 2020-01-23 18:21 -from __future__ import unicode_literals - import archaeological_context_records.models import django.contrib.gis.db.models.fields import django.contrib.postgres.fields.jsonb diff --git a/archaeological_context_records/migrations/0102_link_apps.py b/archaeological_context_records/migrations/0102_link_apps.py index 4ebadde98..d885acf32 100644 --- a/archaeological_context_records/migrations/0102_link_apps.py +++ b/archaeological_context_records/migrations/0102_link_apps.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.27 on 2020-01-23 18:21 -from __future__ import unicode_literals - import archaeological_context_records.models from django.conf import settings import django.contrib.postgres.indexes diff --git a/archaeological_context_records/migrations/0103_historicalcontextrecord_history_change_reason.py b/archaeological_context_records/migrations/0103_historicalcontextrecord_history_change_reason.py index 85a7de0fb..f031e301f 100644 --- a/archaeological_context_records/migrations/0103_historicalcontextrecord_history_change_reason.py +++ b/archaeological_context_records/migrations/0103_historicalcontextrecord_history_change_reason.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.27 on 2020-01-29 19:45 -from __future__ import unicode_literals - from django.db import migrations, models import django.db.models.deletion from django.conf import settings diff --git a/archaeological_context_records/migrations/0104_auto_20201201_1533.py b/archaeological_context_records/migrations/0104_auto_20201201_1533.py index a1f8f62b6..c2d573930 100644 --- a/archaeological_context_records/migrations/0104_auto_20201201_1533.py +++ b/archaeological_context_records/migrations/0104_auto_20201201_1533.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.27 on 2020-12-01 15:33 -from __future__ import unicode_literals - from django.db import migrations, models import archaeological_context_records.models diff --git a/archaeological_context_records/migrations/0105_auto_20201203_1453.py b/archaeological_context_records/migrations/0105_auto_20201203_1453.py index 89e66f38d..1c084c404 100644 --- a/archaeological_context_records/migrations/0105_auto_20201203_1453.py +++ b/archaeological_context_records/migrations/0105_auto_20201203_1453.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.27 on 2020-12-03 14:53 -from __future__ import unicode_literals - from django.db import migrations, models diff --git a/archaeological_context_records/migrations/0106_auto_20210326_1434.py b/archaeological_context_records/migrations/0106_auto_20210326_1434.py index cd52111d5..c8d6038ed 100644 --- a/archaeological_context_records/migrations/0106_auto_20210326_1434.py +++ b/archaeological_context_records/migrations/0106_auto_20210326_1434.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.27 on 2021-03-26 14:34 -from __future__ import unicode_literals - from django.db import migrations, models |