From 7bb5a6da47b38257a2c12dfc617ed502ce4e46cc Mon Sep 17 00:00:00 2001 From: Markus Bertheau Date: Thu, 12 Feb 2015 23:42:20 +0100 Subject: [PATCH] Try out Django-1.8 --- .travis.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dd0d29c8e7..ea74a6532bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ env: - PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels matrix: - DJANGO=Django==1.7.7 + - DJANGO=Django==1.8.0 install: # Before installation, we'll run ``pip wheel``, this will build wheels for diff --git a/setup.py b/setup.py index 9e5fad1044c..cbadf68af22 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ packages=find_packages('src'), include_package_data=True, install_requires=[ - 'django>=1.7.7,<1.8', + 'django>=1.6.8,<1.9', # PIL is required for image fields, Pillow is the "friendly" PIL fork 'pillow>=1.7.8,<=2.7', # We use the ModelFormSetView from django-extra-views for the basket