mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-28 03:40:28 +00:00
Release note for #4924
This commit is contained in:
parent
f70b4d80f2
commit
23c02ecfa1
3 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ Changelog
|
|||
* Added hooks to customise the actions menu on the page create/edit views (Matt Westcott)
|
||||
* Cleanup: Use `functools.partial()` instead of `django.utils.functional.curry()` (Sergey Fedoseev)
|
||||
* Squashed migrations for wagtailcore and wagtailimages (Karl Hobley)
|
||||
* Added `before_move_page` and `after_move_page` hooks (Maylon Pedroso)
|
||||
* Fix: Query objects returned from `PageQuerySet.type_q` can now be merged with `|` (Brady Moe)
|
||||
* Fix: Add `rel="noopener noreferrer"` to target blank links (Anselm Bradford)
|
||||
* Fix: Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev)
|
||||
|
|
|
|||
|
|
@ -335,6 +335,7 @@ Contributors
|
|||
* Noah B Johnson
|
||||
* Hillary Jeffrey
|
||||
* Nick Travis
|
||||
* Maylon Pedroso
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ Other features
|
|||
* Added hooks to customise the actions menu on the page create/edit views (Matt Westcott)
|
||||
* Cleanup: Use ``functools.partial()`` instead of ``django.utils.functional.curry()`` (Sergey Fedoseev)
|
||||
* Squashed migrations for wagtailcore and wagtailimages (Karl Hobley)
|
||||
* Added ``before_move_page`` and ``after_move_page`` hooks (Maylon Pedroso)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue