From 44390d92f8de2753e1a8905c8b99a00a24c6e26d Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 27 Dec 2016 22:40:16 +0100 Subject: [PATCH] Django support matrix --- README.rst | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 6defa54c..329d54fb 100644 --- a/README.rst +++ b/README.rst @@ -17,17 +17,21 @@ django-wiki :target: https://gemnasium.com/django-wiki/django-wiki -Important notice ----------------- - -Dev release of 0.2 is out. Please note that the only way to upgrade is from 0.1. - -- **0.2** supports Django 1.8, 1.9, and 1.10. - -Final release 0.1 is out. Please note that the only way to upgrade is from 0.0.24. - -- **0.1** adds Django 1.7, 1.8 and 1.9 support. -- **0.0.24** added experimental Django 1.7 support. +Django support +-------------- + +The below table explains which Django versions are supported. + ++------------+----------------+--------------+ +| Release | Django | Upgrade from | ++============+================+==============+ +| 0.2 | 1.8, 1.9, 1.10 | 0.1 | ++------------+----------------+--------------+ +| 0.1 | 1.5, 1.6, 1.7 | 0.24 | ++------------+----------------+--------------+ +| 0.24 | 1.4, 1.5, 1.6 | - | +| | 1.7 (unstable) | | ++------------+----------------+--------------+ For upgrade instructions, please refer to the `Release Notes `__ -- 2.45.2