diff --git a/.travis.yml b/.travis.yml index 251c532b..6c511927 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 b3ca71b2..894d6819 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 08054d6c..8aa73364 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 5ecd49f2..aa3a111e 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