Revert release note for

pull/4975/head
Matt Westcott 2018-12-19 11:37:29 +00:00 zatwierdzone przez Matt Westcott
rodzic c6a6fb3e33
commit 4997d1e922
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -26,7 +26,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)

Wyświetl plik

@ -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)