Revert "Mark Django 1.10 support as provisional"

This reverts commit 0384a18f37.
pull/2885/head
Matt Westcott 2016-08-02 16:11:38 +01:00
rodzic 0384a18f37
commit 7eed879c6f
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ Changelog
1.6 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Provisional Django 1.10 support
* Django 1.10 support
* Added the ``include_block`` template tag for improved StreamField template inclusion (Matt Westcott, Mikalai Radchuk)
* Page slugs now allow unicode on Django >= 1.9 (Behzad Nategh)
* Explorer sidebar menu now limits the displayed pages to the ones the user has permission for (Robert Rollins, Matt Westcott)

Wyświetl plik

@ -11,10 +11,10 @@ What's new
==========
Provisional Django 1.10 support
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Django 1.10 support
~~~~~~~~~~~~~~~~~~~
All compatibility issues as of Django 1.10rc1 have been resolved, and we expect to be able to support Django 1.10 final in this release or a follow-up patch release. Thanks to Mikalai Radchuk and Paul J Stevens for developing this, and to Tim Graham for reviewing and additional Django core assistance.
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.
``{% include_block %}`` tag for improved StreamField template inclusion

Wyświetl plik

@ -1,2 +1,2 @@
Django>=1.9,<1.10
Django>=1.10,<1.11
wagtail==1.6rc1