From f43a516219e586bc0e3427c552ed21f5f627eded Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 24 Sep 2024 09:26:57 +0100 Subject: [PATCH] Release note for #12352 in 6.3 --- CHANGELOG.txt | 1 + docs/releases/6.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 02d51a99e6..3b1b0f4774 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -26,6 +26,7 @@ Changelog * Fix: Resolve contrast issue for page deletion warning (Sanjeev Holla S) * Fix: Make sure content metrics falls back to body element only when intended (Sage Abdullah) * Fix: Remove wrongly-added filters from redirects index (Matt Westcott) + * Fix: Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott) * Docs: Upgrade Sphinx to 7.3 (Matt Westcott) * Docs: Document how to customize date/time format settings (Vince Salvino) * Docs: Create a new documentation section for deployment and move fly.io deployment from the tutorial to this section (Vince Salvino) diff --git a/docs/releases/6.3.md b/docs/releases/6.3.md index d935b02273..7bb8fcb50a 100644 --- a/docs/releases/6.3.md +++ b/docs/releases/6.3.md @@ -41,6 +41,7 @@ This release adds formal support for Django 5.1. * Resolve contrast issue for page deletion warning (Sanjeev Holla S) * Make sure content metrics falls back to body element only when intended (Sage Abdullah) * Remove wrongly-added filters from redirects index (Matt Westcott) + * Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott) ### Documentation