mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 03:31:04 +01:00
Fix references to block classes in release notes
This commit is contained in:
parent
cd4e77033f
commit
241e06e9af
@ -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 <streamfield_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)
|
||||
|
@ -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 <streamfield_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)
|
||||
|
Loading…
Reference in New Issue
Block a user