~netlandish/django-wiki

44390d92f8de2753e1a8905c8b99a00a24c6e26d — Benjamin Bach 7 years ago ec98ecd
Django support matrix
1 files changed, 15 insertions(+), 11 deletions(-)

M README.rst
M README.rst => README.rst +15 -11
@@ 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 <http://django-wiki.readthedocs.io/en/latest/release_notes.html>`__