From acea50f4ceb7d72d69a2b0b46e41fdeba70da062 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Mon, 9 Oct 2023 12:04:19 +0100
Subject: [PATCH] Fix changelog for django-filter upgrade in 5.1

---
 CHANGELOG.txt        | 2 +-
 docs/releases/5.1.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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)