فهرست منبع

Release notes for #10470

Sage Abdullah 1 سال پیش
والد
کامیت
4422e65d25
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/5.1.md

+ 1 - 0
CHANGELOG.txt

@@ -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)

+ 1 - 0
docs/releases/5.1.md

@@ -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