Add release note re removal of Python 2.7, Django 1.8 and Django 1.10 support

This commit is contained in:
Matt Westcott 2017-10-11 17:31:08 +01:00
parent 2d2518a571
commit 2b64922a05
3 changed files with 9 additions and 0 deletions

View file

@ -4,6 +4,8 @@ Changelog
2.0 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
* Removed support for Python 2.7, Django 1.8 and Django 1.10
1.13 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~

View file

@ -20,3 +20,8 @@ Bug fixes
Upgrade considerations
======================
Removed support for Python 2.7, Django 1.8 and Django 1.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python 2.7, Django 1.8 and Django 1.10 are no longer supported in this release. You are advised to upgrade your project to Python 3 and Django 1.11 before upgrading to Wagtail 2.0.

View file

@ -123,3 +123,5 @@ The compatible versions of Django and Python for each Wagtail release are:
+-------------------+------------------------------+-----------------------------+
| 1.13 | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
+-------------------+------------------------------+-----------------------------+
| 2.0 | 1.11 | 3.4, 3.5, 3.6 |
+-------------------+------------------------------+-----------------------------+