Changelog/release note for #2895

pull/2935/merge
Karl Hobley 2016-08-23 12:56:27 +01:00
rodzic 9bc6502459
commit 7288644932
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ Changelog
~~~~~~~~~~~~~~~~~~
* 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)
1.6 (15.08.2016)

Wyświetl plik

@ -14,3 +14,4 @@ Bug fixes
~~~~~~~~~
* Fix: Wagtail's middleware classes are now compatible with Django 1.10's `new-style middleware <https://docs.djangoproject.com/en/1.10/releases/1.10/#new-style-middleware>`_ (Karl Hobley)
* The :meth:`~wagtail.wagtailcore.models.Page.can_create_at` method is now checked in the create page view (Mikalai Radchuk)