From bafac01ca7b31d92f758c3f521a1c2632879c12a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 8 Nov 2022 17:56:53 +0000 Subject: [PATCH] Releasse note for #9631 --- CHANGELOG.txt | 2 ++ docs/releases/4.1.1.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9f9925c720..c1a2c71194 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -37,6 +37,8 @@ Changelog * Fix: Fix issue where lock/unlock buttons would not work on the Dashboard (home) page or the page index listing via the status sidebar (Stefan Hammer) * Fix: Fix disabled style on StreamField add button (Matt Westcott) * Fix: Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott) + * Fix: Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott) + * Fix: Exclude tags from the reference index (Matt Westcott) 4.1 LTS (01.11.2022) diff --git a/docs/releases/4.1.1.md b/docs/releases/4.1.1.md index 21f80e53ec..56a70db4ad 100644 --- a/docs/releases/4.1.1.md +++ b/docs/releases/4.1.1.md @@ -18,3 +18,5 @@ depth: 1 * Fix issue where lock/unlock buttons would not work on the Dashboard (home) page or the page index listing via the status sidebar (Stefan Hammer) * Fix disabled style on StreamField add button (Matt Westcott) * Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott) + * Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott) + * Exclude tags from the reference index (Matt Westcott)