From 4997d1e922961c3f184831cc8dbcb0c875c242cf 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 1c17a0c6a8..23040056fd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/2.4.rst b/docs/releases/2.4.rst index 5bb7d1fc25..2087454d11 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)