ソースを参照

Release note for #8634

Matt Westcott 2 年 前
コミット
90c3a71c16
3 ファイル変更3 行追加0 行削除
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      CONTRIBUTORS.rst
  3. 1 0
      docs/releases/4.0.md

+ 1 - 0
CHANGELOG.txt

@@ -35,6 +35,7 @@ Changelog
  * Add documentation for `wagtail.admin.viewsets.model.ModelViewSet` (Matt Westcott)
  * Enhance new Breadcrumbs so they can be added to any header or container element and adopt on the page explorer (listing) view (Paarth Agarwal)
  * Added multi-site support to the API (Sævar Öfjörð Magnússon)
+ * Add `add_to_admin_menu` option for ModelAdmin (Oliver Parker)
  * Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
  * Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
  * Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand)

+ 1 - 0
CONTRIBUTORS.rst

@@ -605,6 +605,7 @@ Contributors
 * Yves Serrano
 * Hugh Rawlinson
 * Noble Mittal
+* Oliver Parker
 
 Translators
 ===========

+ 1 - 0
docs/releases/4.0.md

@@ -44,6 +44,7 @@ When using a queryset to render a list of images, you can now use the ``prefetch
  * Add documentation for `wagtail.admin.viewsets.model.ModelViewSet` (Matt Westcott)
  * Enhance new Breadcrumbs so they can be added to any header or container element and adopt on the page explorer (listing) view (Paarth Agarwal)
  * Added [multi-site support](api_filtering_pages_by_site) to the API (Sævar Öfjörð Magnússon)
+ * Add `add_to_admin_menu` option for ModelAdmin (Oliver Parker)
 
 ### Bug fixes