Release note for dropping Django 1.9 and Python 3.3 (#3376)

This commit is contained in:
Matt Westcott 2017-02-22 17:38:44 +00:00
parent 187908e773
commit 63d52af0a3
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Changelog
1.10 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* Dropped Django 1.9 and Python 3.3 support; note that Django 1.8.x is still supported
* Use minified versions of jQuery and jQuery UI in the admin. Total savings without compression 371 KB (Tom Dyson)
* Hooks can now specify the order in which they are run (Gagaro)
* Added a `submit_buttons` block to login template (Gagaro)

View file

@ -39,6 +39,11 @@ Bug fixes
Upgrade considerations
======================
Django 1.9 and Python 3.3 support dropped
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Support for Django 1.9 and Python 3.3 has been dropped in this release; please upgrade from these before upgrading Wagtail. Note that the Django 1.8 release series is still supported, as a Long Term Support release.
Signals on custom ``Image`` and ``Rendition`` models connected automatically
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~