From f5031e638895e193cff584c7acb71db651658031 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 2 Aug 2016 14:13:58 +0200 Subject: [PATCH] require Django<1.10 in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d802dc0..08d013f 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ dist: test_venv/bin/python: virtualenv test_venv - test_venv/bin/pip install -U --requirement requirements-dev.txt Django + test_venv/bin/pip install -U --requirement requirements-dev.txt 'Django<1.10' test_venv/cas/manage.py: test_venv mkdir -p test_venv/cas