From 241e06e9af0c5d5f0e84347265c6c399dda65068 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 15 Mar 2021 18:32:30 +0000 Subject: [PATCH] Fix references to block classes in release notes --- docs/releases/1.8.rst | 2 +- docs/releases/2.9.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.8.rst b/docs/releases/1.8.rst index 0dde2d92e3..ce1a4be370 100644 --- a/docs/releases/1.8.rst +++ b/docs/releases/1.8.rst @@ -62,7 +62,7 @@ Other features * Page chooser now opens at the deepest ancestor page that covers all the pages of the required page type (Tim Heap) * ``PageChooserBlock`` now accepts a ``target_model`` option to specify the required page type (Tim Heap) * Modeladmin forms now respect ``fields`` / ``exclude`` options passed on custom model forms (Thejaswi Puthraya) -* Added new StreamField block type ``StaticBlock`` for blocks that occupy a position in a stream but otherwise have no configuration; see :ref:`streamfield_staticblock` (Benoît Vogel) +* Added new StreamField block type ``StaticBlock`` for blocks that occupy a position in a stream but otherwise have no configuration; see :ref:`StaticBlock ` (Benoît Vogel) * Added new StreamField block type ``BlockQuoteBlock`` (Scot Hacker) * Updated Cloudflare cache module to use the v4 API (Albert O'Connor) * Added ``exclude_from_explorer`` attribute to the ``ModelAdmin`` class to allow hiding instances of a page type from Wagtail's explorer views (Andy Babic) diff --git a/docs/releases/2.9.rst b/docs/releases/2.9.rst index 3170cacc0f..6dbbf70c3d 100644 --- a/docs/releases/2.9.rst +++ b/docs/releases/2.9.rst @@ -29,7 +29,7 @@ Other features * Added support for creating custom reports (Jacob Topp-Mugglestone) * Skip page validation when unpublishing a page (Samir Shah) -* Added :ref:`streamfield_multiplechoiceblock` block type for StreamField (James O'Toole) +* Added :ref:`MultipleChoiceBlock ` block type for StreamField (James O'Toole) * ChoiceBlock now accepts a ``widget`` keyword argument (James O'Toole) * Reduced contrast of rich text toolbar (Jack Paine) * Support the rel attribute on custom ModelAdmin buttons (Andy Chosak)