mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-13 11:30:59 +00:00
Revert release note for #4916
This commit is contained in:
parent
7a5285e7a0
commit
e8a4bc7fd1
2 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ Changelog
|
|||
* Users without a preferred language set on their profile now use language selected by Django's `LocaleMiddleware` (Benjamin Bach)
|
||||
* 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)
|
||||
* Squashed migrations for wagtailimages (Karl Hobley)
|
||||
* Added `before_move_page` and `after_move_page` hooks (Maylon Pedroso)
|
||||
* Bulk deletion button for snippets is now hidden until items are selected (Karl Hobley)
|
||||
* Fix: Query objects returned from `PageQuerySet.type_q` can now be merged with `|` (Brady Moe)
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ Other features
|
|||
* Users without a preferred language set on their profile now use language selected by Django's ``LocaleMiddleware`` (Benjamin Bach)
|
||||
* 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)
|
||||
* Bulk deletion button for snippets is now hidden until items are selected (Karl Hobley)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue