pull/1821/head
Matt Westcott 2015-10-13 00:19:51 +01:00
rodzic dd4fd57023
commit 5b029cbfc4
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -19,6 +19,7 @@ Changelog
* Added spinner animations to long-running form submissions
* The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY (Anurag Sharma)
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
* The `first_published_at` and `latest_revision_created_at` fields on page models are now available as filter fields on search queries
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form
* Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method)
* Fix: request.site now set correctly on page preview when the page is not in the default site

Wyświetl plik

@ -47,6 +47,7 @@ Minor features
* Added spinner animations to long-running form submissions
* The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
* The ``first_published_at`` and ``latest_revision_created_at`` fields on page models are now available as filter fields on search queries
Bug fixes
~~~~~~~~~