From 5014d50490e8a1798b02a656a38aeb6926e1b5a1 Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> Date: Fri, 23 Aug 2024 15:54:02 +0100 Subject: [PATCH] Release note for #12226 --- CHANGELOG.txt | 1 + docs/releases/6.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 047dacdde0..bf5e4ff1fa 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -17,6 +17,7 @@ Changelog * Maintenance: Removed support for Python 3.8 (Matt Westcott) * Maintenance: Drop pytz dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah) * Maintenance: Relax django-taggit dependency to allow 6.0 (Matt Westcott) + * Maintenance: Improve page listing performance (Sage Abdullah) 6.2.1 (20.08.2024) diff --git a/docs/releases/6.3.md b/docs/releases/6.3.md index eee38f3707..140c6b55ec 100644 --- a/docs/releases/6.3.md +++ b/docs/releases/6.3.md @@ -39,6 +39,7 @@ This release adds formal support for Django 5.1. * Removed support for Python 3.8 (Matt Westcott) * Drop pytz dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah) * Relax django-taggit dependency to allow 6.0 (Matt Westcott) + * Improve page listing performance (Sage Abdullah) ## Upgrade considerations - changes affecting all projects