From bdbc1b0c5b5d330ccd9a94e891611f941ad64977 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 28 Jun 2016 16:34:38 +0100 Subject: [PATCH] Release note for Django 1.10 compatibility --- CHANGELOG.txt | 1 + docs/releases/1.6.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1439120a1..14a71a6c7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ Changelog 1.6 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~ + * Django 1.10 support * Page slugs now allow unicode on Django >= 1.9 (Behzad Nategh) * Image upload form in image chooser now performs client side validation so that the selected file is not lost in the submission (Jack Paine) * oEmbed URL for audioBoom was updated (Janneke Janssen) diff --git a/docs/releases/1.6.rst b/docs/releases/1.6.rst index d39f7a899..84e75d646 100644 --- a/docs/releases/1.6.rst +++ b/docs/releases/1.6.rst @@ -11,6 +11,12 @@ What's new ========== +Django 1.10 support +~~~~~~~~~~~~~~~~~~~ + +Wagtail is now compatible with Django 1.10. Thanks to Mikalai Radchuk and Paul J Stevens for developing this, and to Tim Graham for reviewing and additional Django core assistance. + + Minor features ~~~~~~~~~~~~~~