From 06638068fb0526c4266fb008aa4a63f2cb578895 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 18 Aug 2016 16:19:01 +0200 Subject: testsuite: Bump django version We should be compatible with django-1.10 now. --- testsuite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/install.sh b/testsuite/install.sh index d8e5079be..1a9f0dcfc 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -26,7 +26,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then if [[ $PYVER != "2.7" ]]; then pip install 'django<1.7' 'South<0.8' else - pip install 'django<1.10' + pip install django fi fi fi -- cgit v1.2.3-1-g7c22