summaryrefslogtreecommitdiff
path: root/tests/django_test_app/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/django_test_app/__init__.py')
-rw-r--r--tests/django_test_app/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/django_test_app/__init__.py b/tests/django_test_app/__init__.py
index 2cc3e27..72ebf68 100644
--- a/tests/django_test_app/__init__.py
+++ b/tests/django_test_app/__init__.py
@@ -21,7 +21,8 @@ if django_loaded: # pragma: no cover
},
INSTALLED_APPS=[
'tests.django_test_app',
- ]
+ ],
+ MIDDLEWARE_CLASSES=[],
)
# https://docs.djangoproject.com/en/dev/releases/1.7/#app-loading-changes
if django.VERSION >= (1, 7):