summaryrefslogtreecommitdiff
path: root/django/db/migrations/executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/migrations/executor.py')
-rw-r--r--django/db/migrations/executor.py2
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