From e8a4bc7fd165003d04859ccc0d8a7aee527ea597 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 19 Dec 2018 11:37:29 +0000 Subject: [PATCH] Revert release note for #4916 --- CHANGELOG.txt | 2 +- docs/releases/2.4.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c20db34be..fb4daf1dd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/2.4.rst b/docs/releases/2.4.rst index 5bb7d1fc2..2087454d1 100644 --- a/docs/releases/2.4.rst +++ b/docs/releases/2.4.rst @@ -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)