mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 10:13:13 +00:00
Release note for #2243 (Collections)
This commit is contained in:
parent
3195a5200f
commit
fc3936a229
2 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
1.4 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Introduced collections, for image / document organisation
|
||||
* 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`
|
||||
|
|
|
|||
|
|
@ -10,6 +10,12 @@ Wagtail 1.4 release notes - IN DEVELOPMENT
|
|||
What's new
|
||||
==========
|
||||
|
||||
Collections for image / document organisation
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Images and documents can now be organised into collections, set up by administrators through the Settings -> Collections menu item. User permissions can be set either globally (on the 'Root' collection) or on individual collections, allowing different user groups to keep their media items separated.
|
||||
|
||||
|
||||
Protection against unsaved changes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue