pull/2254/head
Matt Westcott 2016-02-18 16:27:16 +00:00
rodzic fcb3adb2f0
commit e131a9bcaf
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
* 'Add document' interface now supports uploading multiple documents at once
* 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

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.
Multiple document uploader
~~~~~~~~~~~~~~~~~~~~~~~~~~
The "Add a document" interface now supports uploading multiple documents at once, in the same way as uploading images.
Customisation of the page listing QuerySet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~