We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ed41 commit 186984eCopy full SHA for 186984e
src/requirements/testing.pip
@@ -1,5 +1,5 @@
1
check-manifest==0.30
2
-django-webtest>=1.8.0
+django-webtest>=1.9.1
3
mock>=1.0.1
4
pytest-cache>=1.0
5
pytest-cov>=1.6
tests/demoapp/demo/settings.py
@@ -36,7 +36,7 @@
36
'auth': 'demo.auth_migrations',
37
}
38
39
-if django.VERSION[1] >= 10:
+if django.VERSION[0] == 2 or django.VERSION[1] >= 10:
40
MIDDLEWARE_CLASSES = []
41
MIDDLEWARE = [
42
# 'concurrency.middleware.ConcurrencyMiddleware',
0 commit comments