kopia lustrzana https://github.com/wagtail/wagtail
Release note for #1892
rodzic
fcb3adb2f0
commit
e131a9bcaf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue