From 88bbfd8967c3062fb8f44c8edd31abf057627708 Mon Sep 17 00:00:00 2001 From: GDay <1939656+GDay@users.noreply.github.com> Date: Thu, 13 Apr 2023 01:21:46 +0200 Subject: [PATCH] Mention support for 4.2.x in docs --- 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 4667cbc..28538b4 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Requirements - `Django `__ > = 3.2 - `Django-picklefield `__ -Tested with: Python 3.8, 3.9, 3.10, 3.11 Django 3.2.X and 4.1.X +Tested with: Python 3.8, 3.9, 3.10 and 3.11. Works with Django 3.2.X, 4.1.X and 4.2.X. Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 15ca5c7..df33d9e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,7 +27,7 @@ Features - Rollbar and Sentry support -Django Q2 is tested with: Python 3.8, 3.9 and 3.10, 3.11, Django 3.2.x and 4.1.x +Django Q2 is tested with: Python 3.8, 3.9, 3.10 and 3.11. Works with Django 3.2.x, 4.1.x and 4.2.x Currently available in English, German and French. diff --git a/docs/install.rst b/docs/install.rst index b630b45..c7f1af9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -32,7 +32,7 @@ Django Q2 is tested for Python 3.8, 3.9, 3.10 and 3.11 - `Django `__ Django Q2 aims to use as much of Django's standard offerings as possible. - The code is tested against Django versions `3.2.x` and `4.1.x`. + The code is tested against Django versions `3.2.x`, `4.1.x` and`4.2.x`. - `Django-picklefield `__ @@ -140,7 +140,7 @@ You can reference the `requirements = 3.6 For this you can always use older releases, but they are no longer maintained.