mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-26 23:54:00 +00:00
Add release note re removal of Python 2.7, Django 1.8 and Django 1.10 support
This commit is contained in:
parent
2d2518a571
commit
2b64922a05
3 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
|
|
|
|||
Loading…
Reference in a new issue