From c34c5e1c990b3f4221832e7b78a9f1c6be08656f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 17 Aug 2016 17:30:11 +0200 Subject: testsuite: Use django<1.10 We currently have a problem with django 1.10 because url.patterns is removed and we need to change the format of the url mappings: https://docs.djangoproject.com/en/1.9/ref/urls/#patterns --- testsuite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/install.sh b/testsuite/install.sh index 9769d22ea..eba870465 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -25,7 +25,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then if [[ $PYVER != "2.7" ]]; then pip install 'django<1.7' 'South<0.8' else - pip install django + pip install 'django<1.10' fi fi fi -- cgit v1.2.3-1-g7c22