From a3d06be90c6ffbb9e440a2157dbaab056322cf83 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 19 Sep 2024 10:01:27 +0100 Subject: [PATCH] Release note for #12332 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 599f4a2667..c28b7dc863 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -25,6 +25,7 @@ Changelog * Fix: Do not show notices about root / unroutable pages when searching or filtering in the page explorer (Matt Westcott) * 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) * 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 0671b9032b..77f76bb0ab 100644 --- a/docs/releases/6.3.md +++ b/docs/releases/6.3.md @@ -40,6 +40,7 @@ This release adds formal support for Django 5.1. * Do not show notices about root / unroutable pages when searching or filtering in the page explorer (Matt Westcott) * 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) ### Documentation