py3: Remove all from __future__ import unicode_literals.

This was mostly used in migrations, so it's a pretty safe change.
This commit is contained in:
rht
2017-10-15 02:25:48 +02:00
committed by Tim Abbott
parent a603a4f9f5
commit b2ad8fd747
18 changed files with 0 additions and 36 deletions

View File

@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
import django.db.models.deletion

View File

@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
import django.utils.timezone

View File

@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.4 on 2017-01-17 09:16
from __future__ import unicode_literals
from django.db import migrations

View File

@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.2 on 2017-07-08 04:23
from __future__ import unicode_literals
from django.db import migrations, models