diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7377ff77e8..7464dc9fd7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -130,7 +130,7 @@ Changelog * Maintenance: Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston) * Maintenance: Refactor GroupPagePermission to use Django's Permission model (Sage Abdullah) * Maintenance: Convert the CONTRIBUTORS file to Markdown (Dan Braghis) - * Maintenance: Move `django-filter` version upper bound to v24 (Yuekui) + * Maintenance: Move `django-filter` version upper bound to v23 (Yuekui) * Maintenance: Update Pillow dependency to allow 10.x, only include support for >= 9.1.0 (Yuekui) * Maintenance: Migrate async header search and search within the Task chooser modal to `w-swap`, a Stimulus controller (LB (Ben) Johnston) * Maintenance: Replace Bootstrap tooltips with a new `w-tooltip` Stimulus controller (LB (Ben) Johnston) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 41377981c6..2d4e3144f9 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -172,7 +172,7 @@ We have made a number of improvements to snippets as part of [RFC 85: Snippets p * Clean up page reports and type usage views to be independent of page listing views (Matt Westcott) * Refactor "More" dropdowns, locale selector, "Switch locales", page actions, to use the same dropdown component (Thibaud Colas) * Convert the `CONTRIBUTORS` file to Markdown (Dan Braghis) - * Move `django-filter` version upper bound to v24 (Yuekui) + * Move `django-filter` version upper bound to v23 (Yuekui) * Update Pillow dependency to allow 10.x, only include support for >= 9.1.0 (Yuekui) * Replace ModelAdmin history header human readable date template tag (LB (Ben) Johnston) * Update uuid to v9 and Jest to v29, with `jest-environment-jsdom` and new snapshot format (LB (Ben) Johnston)