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/0101_squashed.py | |
parent | 3297cdadc31ea857ed51317081d7d3174af7dbc9 (diff) | |
download | Ishtar-e8472937c192bcce28a7a112fdf7a420e7486cfc.tar.bz2 Ishtar-e8472937c192bcce28a7a112fdf7a420e7486cfc.zip |
Remove unicode_litterals
Diffstat (limited to 'archaeological_context_records/migrations/0101_squashed.py')
-rw-r--r-- | archaeological_context_records/migrations/0101_squashed.py | 2 |
1 files changed, 0 insertions, 2 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 |