Release note for Django 1.10 compatibility

This commit is contained in:
Matt Westcott 2016-06-28 16:34:38 +01:00
parent daf7dee0d4
commit bdbc1b0c5b
2 changed files with 7 additions and 0 deletions

View file

@ -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)

View file

@ -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
~~~~~~~~~~~~~~