diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e8c4044883..5a95aa6e57 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -472,7 +472,7 @@ Changelog * Move `get_snippet_edit_handler` function to `wagtail.admin.panels.get_edit_handler` (Sage Abdullah) * Add clarity to the search indexing documentation for how `boost` works when using Postgres with the database search backend (Tibor Leupold) * Rename `explorer_breadcrumb` template tag to `breadcrumbs` as it is now used in multiple locations (Paarth Agarwal) - * Updated `django-filter` version to support 23 (Yuekui) + * Updated `django-filter` version to support 22 (Yuekui) * Use `.iterator()` in a few more places in the admin, to make it more stable on sites with many pages (Andy Babic) * Migrate some simple React component files to TypeScript (LB (Ben) Johnston) * Deprecate the usage and documentation of the `wagtail.contrib.modeladmin.menus.SubMenu` class, provide a warning if used directing developers to use `wagtail.admin.menu.Menu` instead (Matt Westcott) diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index af43e68a7b..128761b827 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -166,7 +166,7 @@ There are also many improvements to the documentation both under the hood and in * Cache model permission codenames in `PermissionHelper` (Tidiane Dia) * Selecting a new parent page for moving a page now uses the chooser modal which allows searching (Viggo de Vries) * Add clarity to the search indexing documentation for how `boost` works when using Postgres with the database search backend (Tibor Leupold) - * Updated `django-filter` version to support 23 (Yuekui) + * Updated `django-filter` version to support 22 (Yuekui) * Use `.iterator()` in a few more places in the admin, to make it more stable on sites with many pages (Andy Babic) * Migrate some simple React component files to TypeScript (LB (Ben) Johnston) * Deprecate the usage and documentation of the `wagtail.contrib.modeladmin.menus.SubMenu` class, provide a warning if used directing developers to use `wagtail.admin.menu.Menu` instead (Matt Westcott)