From: Guillaume Pellerin Date: Wed, 5 Nov 2014 12:40:34 +0000 (+0100) Subject: fix django version to 1.6.8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5c7125f6cd58f1e2bb85f51b34ade6dfd3c7c223;p=timeside-diadems.git fix django version to 1.6.8 --- diff --git a/setup.py b/setup.py index 11222d3..8cd4fa8 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( 'simplejson', 'scipy', 'matplotlib', - 'django<1.7', + 'django==1.6.8', 'django-extensions', 'djangorestframework', 'south',