From e724b9bac1ac4546268a4979f93b9e48a2d21fc8 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 4 Oct 2015 09:49:28 +0200 Subject: [PATCH] Update tests for Django 1.8.5 Also updated botocore and blessed --- .travis.yml | 2 +- README.rst | 2 +- docs/install.rst | 4 ++-- requirements.txt | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42bffc8..251c532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.4" env: - - DJANGO=1.8.4 + - DJANGO=1.8.5 - DJANGO=1.7.10 sudo: false diff --git a/README.rst b/README.rst index eef6594..e4b9578 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4 +Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.5 Brokers ~~~~~~~ diff --git a/docs/install.rst b/docs/install.rst index bb75c02..104dd79 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -29,7 +29,7 @@ Django Q is tested for Python 2.7 and 3.5 - `Django `__ Django Q aims to use as much of Django's standard offerings as possible - The code is tested against Django version `1.7.10` and `1.8.4`. + The code is tested against Django version `1.7.10` and `1.8.5`. - `Django-picklefield `__ @@ -119,7 +119,7 @@ You can reference the `requirements