瀏覽代碼

Release notes for #5373

Andy Babic 5 年之前
父節點
當前提交
fdd8ddc2b1
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      CONTRIBUTORS.rst
  3. 1 0
      docs/releases/2.6.rst

+ 1 - 0
CHANGELOG.txt

@@ -24,6 +24,7 @@ Changelog
  * Add image dimensions in image gallery and image choosers for screen reader users (Helen Chapman)
  * Added support for custom search handler classes to modeladmin's IndexView, and added a class that uses the default Wagtail search backend for searching (Seb Brown, Andy Babic)
  * Improved heading structure for screen reader users navigating the CMS admin (Beth Menzies, Helen Chapman)
+ * Updated group edit view to expose the Permission object for each checkbox (George Hickman)
  * Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
  * Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
  * Fix: Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate)

+ 1 - 0
CONTRIBUTORS.rst

@@ -375,6 +375,7 @@ Contributors
 * Beth Menzies
 * Michael Bunsen
 * Dillen Meijboom
+* George Hickman
 
 Translators
 ===========

+ 1 - 0
docs/releases/2.6.rst

@@ -33,6 +33,7 @@ Other features
  * Add image dimensions in image gallery and image choosers for screen reader users (Helen Chapman)
  * Added support for custom search handler classes to modeladmin's IndexView, and added a class that uses the default Wagtail search backend for searching (Seb Brown, Andy Babic)
  * Improved heading structure for screen reader users navigating the CMS admin (Beth Menzies, Helen Chapman)
+ * Update group edit view to expose the ``Permission`` object for each checkbox (George Hickman)
 
 
 Bug fixes