1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00

Added a bunch of missing unicode_literals

Refs #22564.
This commit is contained in:
Claude Paroz
2014-05-05 19:50:51 +02:00
parent df60db0e78
commit 12474dacef
14 changed files with 33 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
from __future__ import unicode_literals
from django.apps.registry import Apps
from django.db import models
from django.utils.encoding import python_2_unicode_compatible