kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #10470
rodzic
e2c5a3cf52
commit
4422e65d25
|
@ -9,6 +9,7 @@ Changelog
|
|||
* Return filters from `parse_query_string` as a `QueryDict` to support multiple values (Aman Pandey)
|
||||
* Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger)
|
||||
* Add Embed URL provider support YouTube Shorts (valnuro)
|
||||
* Add initial implementation of `PagePermissionPolicy` (Sage Abdullah)
|
||||
* Fix: Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where `parent_page_types` would disallow it (Dan Braghis)
|
||||
* Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah)
|
||||
* Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
|
||||
|
|
|
@ -21,6 +21,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
|
|||
* Return filters from `parse_query_string` as a `QueryDict` to support multiple values (Aman Pandey)
|
||||
* Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger)
|
||||
* Add Embed URL provider support YouTube Shorts (e.g. [https://www.youtube.com/shorts/nX84KctJtG0](https://www.youtube.com/shorts/nX84KctJtG0)) (valnuro)
|
||||
* Add initial implementation of `PagePermissionPolicy` (Sage Abdullah)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue