From f36861c0d7f1adc56dbf8b6b3590e1c569c7573f Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 3 Feb 2016 16:35:50 +0100 Subject: [PATCH] Updates to Django 1.8.9 and 1.9.2 --- .travis.yml | 4 ++-- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 4 ++-- requirements.txt | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13425ce..80dc1fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ python: - "3.4" env: - - DJANGO=1.9.1 - - DJANGO=1.8.8 + - DJANGO=1.9.2 + - DJANGO=1.8.9 sudo: false diff --git a/README.rst b/README.rst index 0497f02..e55d7e8 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.5. Django 1.8.8 & 1.9.1 +Tested with: Python 2.7 & 3.5. Django 1.8.9 & 1.9.2 Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 07027a1..948d9d5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Rollbar support -Django Q is tested with: Python 2.7 & 3.5. Django 1.8.8 & 1.9.1 +Django Q is tested with: Python 2.7 & 3.5. Django 1.8.9 & 1.9.2 Contents: diff --git a/docs/install.rst b/docs/install.rst index 88418b2..6030ea8 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.8.8` and `1.9.1`. + The code is tested against Django version `1.8.9` and `1.9.2`. - `Django-picklefield `__ @@ -124,7 +124,7 @@ You can reference the `requirements