Mention WAGTAIL_ALLOW_UNICODE_SLUGS setting in release notes

pull/2955/head
Matt Westcott 2016-08-26 16:23:31 +01:00
rodzic 205e22cc55
commit 36089e5723
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ Changelog
1.6.1 (26.08.2016)
~~~~~~~~~~~~~~~~~~
* Added ``WAGTAIL_ALLOW_UNICODE_SLUGS`` setting to make Unicode support optional in page slugs (Matt Westcott)
* Fix: Wagtail's middleware classes are now compatible with Django 1.10's new-style middleware (Karl Hobley)
* Fix: The `Pages.can_create_at` method is now checked in the create page view (Mikalai Radchuk)
* Fix: Fixed regression on Django 1.10.1 causing Page subclasses to fail to use PageManager (Matt Westcott)

Wyświetl plik

@ -10,6 +10,12 @@ Wagtail 1.6.1 release notes
What's new
==========
Minor features
~~~~~~~~~~~~~~
* Added ``WAGTAIL_ALLOW_UNICODE_SLUGS`` setting to make Unicode support optional in page slugs (Matt Westcott)
Bug fixes
~~~~~~~~~