mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Added a missing unicode_literals that caused a test failure after refs #23226.
This commit is contained in:
parent
173d989c91
commit
57b60f9f93
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue