summaryrefslogtreecommitdiff
path: root/tests/test_django.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_django.py')
-rw-r--r--tests/test_django.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_django.py b/tests/test_django.py
index 95e0256..874c272 100644
--- a/tests/test_django.py
+++ b/tests/test_django.py
@@ -61,6 +61,8 @@ if django is not None:
else:
django_test = unittest
+if django is not None and django.VERSION >= (1, 7, 0):
+ django.setup()
test_state = {}