From 63d52af0a32b7f1d9e20c29a943c7ff5106b9427 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 22 Feb 2017 17:38:44 +0000 Subject: [PATCH] Release note for dropping Django 1.9 and Python 3.3 (#3376) --- CHANGELOG.txt | 1 + docs/releases/1.10.rst | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b84b004f0..9aa6dea01 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/1.10.rst b/docs/releases/1.10.rst index 7b2510f33..7b4b998ab 100644 --- a/docs/releases/1.10.rst +++ b/docs/releases/1.10.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~