From 55520ad5cef9f5451fd07cab31f4d6fc1582f668 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 4 Nov 2015 21:19:52 +0100 Subject: [PATCH] Updates Django to 1.8.6 --- .travis.yml | 2 +- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 251c532..6c51192 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.4" env: - - DJANGO=1.8.5 + - DJANGO=1.8.6 - DJANGO=1.7.10 sudo: false diff --git a/README.rst b/README.rst index b3ca71b..894d681 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.5 +Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.6 Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 08054d6..8aa7336 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Python 2 and 3 -Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.5 +Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.6 Contents: diff --git a/docs/install.rst b/docs/install.rst index 5ecd49f..aa3a111 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.5`. + The code is tested against Django version `1.7.10` and `1.8.6`. - `Django-picklefield `__ @@ -119,7 +119,7 @@ You can reference the `requirements