ソースを参照

Release note for #12013

Matt Westcott 9 ヶ月 前
コミット
62f7487617
2 ファイル変更2 行追加0 行削除
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/6.2.md

+ 1 - 0
CHANGELOG.txt

@@ -9,6 +9,7 @@ Changelog
  * Refactor redirects edit view to use the generic `EditView` and breadcrumbs (Rohit Sharma)
  * Allow custom permission policies on snippets to prevent superusers from creating or editing them (Sage Abdullah)
  * Do not link to edit view from listing views if user has no permission to edit (Sage Abdullah)
+ * Allow access to snippets and other model viewsets to users with "View" permission (Sage Abdullah)
  * Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma)
  * Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach)
  * Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott)

+ 1 - 0
docs/releases/6.2.md

@@ -19,6 +19,7 @@ depth: 1
  * Refactor redirects edit view to use the generic `EditView` and breadcrumbs (Rohit Sharma)
  * Allow custom permission policies on snippets to prevent superusers from creating or editing them (Sage Abdullah)
  * Do not link to edit view from listing views if user has no permission to edit (Sage Abdullah)
+ * Allow access to snippets and other model viewsets to users with "View" permission (Sage Abdullah)
 
 
 ### Bug fixes