mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 00:33:17 +00:00
Release note for Django 1.10 compatibility
This commit is contained in:
parent
daf7dee0d4
commit
bdbc1b0c5b
2 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue