This is the latest version. This breaks compatibility with Django 1.7,
but this version is unsupported and should not be used for development.
We do, however, continue to test support for Django 1.7 and 1.6.
This also prevents the need to manually track sqlparse dependency [1].
[1] https://github.com/jazzband/django-debug-toolbar/issues/856
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
# django-debug-toolbar
-if django.VERSION >= (1, 7):
+if django.VERSION >= (1, 8):
INSTALLED_APPS += [
'debug_toolbar'
]
mysqlclient==1.3.7 # replace this with psycopg2 for a PostgreSQL backend
-django-debug-toolbar==1.4
+django-debug-toolbar==1.5
python-dateutil>2.0,<3.0
selenium>2.0,<3.0
djangorestframework>=3.3,<3.4