mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 10:04:49 +00:00
Changelog/release note for #3237
This commit is contained in:
parent
c606e3f722
commit
a7a88ac95c
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Form builder form submissions can now be bulk-deleted (Karl Hobley)
|
||||
* `get_context` methods on StreamField blocks can now access variables from the parent context (Mikael Svensson, Peter Baumgartner)
|
||||
* Updated admin dashboard welcome message for multi-tenanted installations (Jeffrey Chau)
|
||||
* Added `get_api_representation` method to streamfield blocks allowing the JSON representation in the API to be customised (Marco Fucci)
|
||||
* Added `before_copy_page` and `after_copy_page` hooks (Matheus Bratfisch)
|
||||
* View live / draft links in the admin now consistently open in a new window (Marco Fucci)
|
||||
* `ChoiceBlock` now omits the blank option if the block is required and has a default value (Andreas Nüßlein)
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ The welcome message on the admin dashboard has been updated to be more suitable
|
|||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Added ``get_api_representation`` method to streamfield blocks allowing the JSON representation in the API to be customised (Marco Fucci)
|
||||
* Added :ref:`before_copy_page` and :ref:`after_copy_page` hooks (Matheus Bratfisch)
|
||||
* View live / draft links in the admin now consistently open in a new window (Marco Fucci)
|
||||
* ``ChoiceBlock`` now omits the blank option if the block is required and has a default value (Andreas Nüßlein)
|
||||
|
|
|
|||
Loading…
Reference in a new issue