1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00

[1.7.x] Added a missing unicode_literals that caused a test failure after refs .

Backport of 57b60f9f93 from master
This commit is contained in:
Tim Graham 2014-08-07 08:30:50 -04:00
parent 9cc5d99bde
commit 796030590a

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