We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1620a14 commit 7e30889Copy full SHA for 7e30889
1 file changed
ietf/settings_sqlitetest.py
@@ -17,13 +17,13 @@
17
18
## To be removed after upgrade to Django 1.8 ##
19
20
-from django.db.migrations.loader import MIGRATIONS_MODULE_NAME
21
class DisableMigrations(object):
22
23
def __contains__(self, item):
24
return True
25
26
def __getitem__(self, item):
+ from django.db.migrations.loader import MIGRATIONS_MODULE_NAME
27
# The string below is significant. It has to include the value of
28
# django.db.migrations.loader.MIGRATIONS_MODULE_NAME. Used by django
29
# 1.7 code in django.db.migrations.loader.MigrationLoader to
0 commit comments