From 7194b6c837df4162ea721b88b78b8e2774fb2529 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 14 Nov 2023 12:09:56 +0000 Subject: [PATCH] Release note for #11223 in 5.2.1 --- CHANGELOG.txt | 1 + docs/releases/5.2.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 95a809ddfe..daf40ae820 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * Fix: Fix crash when accessing the history view for a translatable snippet (Sage Abdullah) * Fix: Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn) * Fix: Fix crash when using the locale switcher on the snippets create view (Sage Abdullah) + * Fix: Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins) * Docs: Fix code example for `{% picture ... as ... %}` template tag (Rezyapkin) diff --git a/docs/releases/5.2.1.md b/docs/releases/5.2.1.md index 11c1e7d425..4c92452615 100644 --- a/docs/releases/5.2.1.md +++ b/docs/releases/5.2.1.md @@ -22,6 +22,7 @@ depth: 1 * Fix crash when accessing the history view for a translatable snippet (Sage Abdullah) * Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn) * Fix crash when using the locale switcher on the snippets create view (Sage Abdullah) + * Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins) ### Documentation