Changelog/release note for #2219

pull/2232/head
Karl Hobley 2016-02-12 11:22:46 +00:00
rodzic d620ce9656
commit 3f5586e1f8
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~
* The page editor now produces a warning if the user navigates away without saving changes
* The set of pages displayed in the page explorer can now be customised with a new hook called `construct_explorer_page_queryset`
* The `Document` model can now be overridden using the new `WAGTAILDOCS_DOCUMENT_MODEL` setting (Alex Gleason)
* Wagtail no longer depends on django-compressor
* Snippets now support a custom `edit_handler` property (Mikalai Radchuk)

Wyświetl plik

@ -16,6 +16,12 @@ Protection against unsaved changes
The page editor interface now produces a warning if the user attempts to navigate away while there are unsaved changes.
Customisation of the page listing QuerySet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The pages shown in the explorer can now be customised using a new hook called :ref:`construct_explorer_page_queryset <construct_explorer_page_queryset>`.
Custom document models
~~~~~~~~~~~~~~~~~~~~~~