diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-05-05 19:50:51 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-05-06 09:14:03 +0200 |
| commit | e8f1395f4e65f9d2ffc7a0448980ebaca0b2991a (patch) | |
| tree | 7cf44f20c512435109e3f08240a07c3ce5951284 /django/db/migrations/executor.py | |
| parent | 549b65824184711823e6a8c38ccf7365f10023d8 (diff) | |
[1.7.x] Added a bunch of missing unicode_literals
Refs #22564.
Backport of 12474dace from master.
Diffstat (limited to 'django/db/migrations/executor.py')
| -rw-r--r-- | django/db/migrations/executor.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/django/db/migrations/executor.py b/django/db/migrations/executor.py index 147aa550ae..04d2b778f5 100644 --- a/django/db/migrations/executor.py +++ b/django/db/migrations/executor.py @@ -1,3 +1,5 @@ +from __future__ import unicode_literals + from django.db import migrations from .loader import MigrationLoader from .recorder import MigrationRecorder |
