From 2c3b5f8771bfad5bbdeed068aa6cd7290afacf83 Mon Sep 17 00:00:00 2001 From: ilan Date: Tue, 13 Mar 2018 15:36:46 +0100 Subject: [PATCH] Updates Django test versions --- .travis.yml | 4 ++-- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 991ec23..9c438ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ python: env: - DJANGO=2.0 - - DJANGO=1.11.9 - - DJANGO=1.8.18 + - DJANGO=1.11.11 + - DJANGO=1.8.19 matrix: exclude: diff --git a/README.rst b/README.rst index 736228c..74bf8ee 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.6. Django 1.8.18, 1.11.9 and 2.0 +Tested with: Python 2.7 & 3.6. Django 1.8.19, 1.11.11 and 2.0.x Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index df5959e..9e52870 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Rollbar and Sentry support -Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.11.9 and 2.0 +Django Q is tested with: Python 2.7 & 3.6. Django 1.8.19 LTS, 1.11.11 and 2.0.x Contents: diff --git a/docs/install.rst b/docs/install.rst index 360319b..5587fe3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -32,7 +32,7 @@ Django Q is tested for Python 2.7 and 3.6 - `Django `__ Django Q aims to use as much of Django's standard offerings as possible - The code is tested against Django versions `1.8.18 LTS`, `1.11.9` and `2.0`. + The code is tested against Django versions `1.8.19 LTS`, `1.11.11` and `2.0.x`. - `Django-picklefield `__ @@ -139,7 +139,7 @@ You can reference the `requirements