diff --git a/bakerydemo/base/migrations/0001_initial.py b/bakerydemo/base/migrations/0001_initial.py index 503b92629..e3ff693af 100644 --- a/bakerydemo/base/migrations/0001_initial.py +++ b/bakerydemo/base/migrations/0001_initial.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-15 07:16 -from __future__ import unicode_literals - from django.db import migrations, models import django.db.models.deletion import modelcluster.fields diff --git a/bakerydemo/base/migrations/0002_auto_20170329_0055.py b/bakerydemo/base/migrations/0002_auto_20170329_0055.py index 67921c314..84d5ec05c 100644 --- a/bakerydemo/base/migrations/0002_auto_20170329_0055.py +++ b/bakerydemo/base/migrations/0002_auto_20170329_0055.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-29 00:55 -from __future__ import unicode_literals - from django.db import migrations import wagtail.blocks import wagtail.fields diff --git a/bakerydemo/base/migrations/0003_auto_20170823_1127.py b/bakerydemo/base/migrations/0003_auto_20170823_1127.py index d47595b57..755fe6913 100644 --- a/bakerydemo/base/migrations/0003_auto_20170823_1127.py +++ b/bakerydemo/base/migrations/0003_auto_20170823_1127.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.3 on 2017-08-23 11:27 -from __future__ import unicode_literals - from django.db import migrations, models diff --git a/bakerydemo/base/models.py b/bakerydemo/base/models.py index 591433dd2..99cac6635 100644 --- a/bakerydemo/base/models.py +++ b/bakerydemo/base/models.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - from django.conf import settings from django.contrib.contenttypes.fields import GenericRelation from django.db import models diff --git a/bakerydemo/blog/migrations/0001_initial.py b/bakerydemo/blog/migrations/0001_initial.py index eb71e6f1b..351ef75f5 100644 --- a/bakerydemo/blog/migrations/0001_initial.py +++ b/bakerydemo/blog/migrations/0001_initial.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-15 07:16 -from __future__ import unicode_literals - from django.db import migrations, models import django.db.models.deletion import modelcluster.contrib.taggit diff --git a/bakerydemo/blog/migrations/0002_remove_blogindexpage_body.py b/bakerydemo/blog/migrations/0002_remove_blogindexpage_body.py index 7620ceab0..787408656 100644 --- a/bakerydemo/blog/migrations/0002_remove_blogindexpage_body.py +++ b/bakerydemo/blog/migrations/0002_remove_blogindexpage_body.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-26 22:25 -from __future__ import unicode_literals - from django.db import migrations diff --git a/bakerydemo/blog/migrations/0003_auto_20170329_0055.py b/bakerydemo/blog/migrations/0003_auto_20170329_0055.py index f040b77e4..76e30bb0c 100644 --- a/bakerydemo/blog/migrations/0003_auto_20170329_0055.py +++ b/bakerydemo/blog/migrations/0003_auto_20170329_0055.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-29 00:55 -from __future__ import unicode_literals - from django.db import migrations import wagtail.blocks import wagtail.fields diff --git a/bakerydemo/blog/models.py b/bakerydemo/blog/models.py index 2f97ead6d..e6a662080 100644 --- a/bakerydemo/blog/models.py +++ b/bakerydemo/blog/models.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - from django.contrib import messages from django.db import models from django.shortcuts import redirect, render diff --git a/bakerydemo/breads/migrations/0001_initial.py b/bakerydemo/breads/migrations/0001_initial.py index e28a80b90..5dda4e243 100644 --- a/bakerydemo/breads/migrations/0001_initial.py +++ b/bakerydemo/breads/migrations/0001_initial.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-15 07:16 -from __future__ import unicode_literals - from django.db import migrations, models import django.db.models.deletion import modelcluster.fields diff --git a/bakerydemo/breads/migrations/0002_remove_breadsindexpage_body.py b/bakerydemo/breads/migrations/0002_remove_breadsindexpage_body.py index cdfd07b28..709b90181 100644 --- a/bakerydemo/breads/migrations/0002_remove_breadsindexpage_body.py +++ b/bakerydemo/breads/migrations/0002_remove_breadsindexpage_body.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-26 22:25 -from __future__ import unicode_literals - from django.db import migrations diff --git a/bakerydemo/breads/migrations/0003_auto_20170329_0055.py b/bakerydemo/breads/migrations/0003_auto_20170329_0055.py index b8426b281..09273bbd7 100644 --- a/bakerydemo/breads/migrations/0003_auto_20170329_0055.py +++ b/bakerydemo/breads/migrations/0003_auto_20170329_0055.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-29 00:55 -from __future__ import unicode_literals - from django.db import migrations import wagtail.blocks import wagtail.fields diff --git a/bakerydemo/locations/migrations/0001_initial.py b/bakerydemo/locations/migrations/0001_initial.py index 1114f1edf..6b771cc77 100644 --- a/bakerydemo/locations/migrations/0001_initial.py +++ b/bakerydemo/locations/migrations/0001_initial.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-15 07:16 -from __future__ import unicode_literals - import django.core.validators from django.db import migrations, models import django.db.models.deletion diff --git a/bakerydemo/locations/migrations/0002_remove_locationsindexpage_body.py b/bakerydemo/locations/migrations/0002_remove_locationsindexpage_body.py index 48646d39a..a7ae4fccd 100644 --- a/bakerydemo/locations/migrations/0002_remove_locationsindexpage_body.py +++ b/bakerydemo/locations/migrations/0002_remove_locationsindexpage_body.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-26 21:57 -from __future__ import unicode_literals - from django.db import migrations diff --git a/bakerydemo/locations/migrations/0003_auto_20170329_0055.py b/bakerydemo/locations/migrations/0003_auto_20170329_0055.py index 271529c10..bc79e562e 100644 --- a/bakerydemo/locations/migrations/0003_auto_20170329_0055.py +++ b/bakerydemo/locations/migrations/0003_auto_20170329_0055.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-03-29 00:55 -from __future__ import unicode_literals - from django.db import migrations import wagtail.blocks import wagtail.fields