mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 21:14:46 +00:00
Release notes for #5203
This commit is contained in:
parent
4f762dc1ac
commit
af415c7d19
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ Changelog
|
|||
* Improve performance of Pages for Moderation panel (Fidel Ramos)
|
||||
* Add more contextual information for screen readers in the explorer menu’s links (Helen Chapman)
|
||||
* Added `process_child_object` and `exclude_fields` arguments to ``Page.copy()`` to make it easier for third-party apps to customise copy behavior (Karl Hobley)
|
||||
* Added `Page.with_content_json()`, allowing revision content loading behaviour to be customised on a per-model basis (Karl Hobley)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ Other features
|
|||
* Update group edit view to expose the ``Permission`` object for each checkbox (George Hickman)
|
||||
* Improve performance of Pages for Moderation panel (Fidel Ramos)
|
||||
* Added ``process_child_object`` and ``exclude_fields`` arguments to ``Page.copy()`` to make it easier for third-party apps to customise copy behavior (Karl Hobley)
|
||||
|
||||
* Added ``Page.with_content_json()``, allowing revision content loading behaviour to be customised on a per-model basis (Karl Hobley)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue