From c5d637feee2442f9dd77e459cfd2f84575eb9b60 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 7 Jun 2016 16:48:41 +0200 Subject: [PATCH] Upgrades reference to Django 1.9.7 --- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7944e20..3934100 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.5. Django 1.8.13 & 1.9.6 +Tested with: Python 2.7 & 3.5. Django 1.8.13 & 1.9.7 Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index aed785d..b79e9eb 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.13 & 1.9.6 +Django Q is tested with: Python 2.7 & 3.5. Django 1.8.13 & 1.9.7 Contents: diff --git a/docs/install.rst b/docs/install.rst index 36be0cd..9b13429 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.13` and `1.9.6`. + The code is tested against Django version `1.8.13` and `1.9.7`. - `Django-picklefield `__ @@ -124,7 +124,7 @@ You can reference the `requirements