kopia lustrzana https://github.com/wagtail/wagtail
Release note for #4924
rodzic
f70b4d80f2
commit
23c02ecfa1
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue