diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1439120a12..14a71a6c79 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 d39f7a8999..84e75d6467 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 ~~~~~~~~~~~~~~