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
from django.contrib.postgres import operations
from django.conf import settings