0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

add Django 2.0 note

This commit is contained in:
LB 2017-12-15 17:05:46 +11:00 committed by Matt Westcott
parent 70eb2b6ae3
commit 6866fa0d8d

View File

@ -72,6 +72,12 @@ 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.
Added support for Django 2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Before upgrading to Django 2.0, you are advised to review the `release notes <https://docs.djangoproject.com/en/2.0/releases/2.0/>`_, especially the `backwards incompatible changes <https://docs.djangoproject.com/en/2.0/releases/2.0/#backwards-incompatible-changes-in-2-0>`_ and `removed features <https://docs.djangoproject.com/en/2.0/releases/2.0/#features-removed-in-2-0>`_.
Wagtail module path updates
~~~~~~~~~~~~~~~~~~~~~~~~~~~