From 6a30d5ebc1b3c087074ce7efeb7270f4a108131a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 6 Sep 2023 16:00:15 +0100 Subject: [PATCH] Release note for #10859 --- CHANGELOG.txt | 1 + docs/releases/5.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 208c83ba75..2015e5a9dc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -21,6 +21,7 @@ Changelog * Allow overriding `IndexView.export_headings` via `ModelViewSet` (Christer Jensen, Sage Abdullah) * Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah) * Support specifying a `get_object_list` method on `ChooserViewSet` (Matt Westcott) + * Add `linked_fields` mechanism on chooser widgets to allow choices to be limited by fields on the calling page (Matt Westcott) * Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg) * Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott) * Fix: When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 0b3b52d7a8..1996ef224a 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -31,6 +31,7 @@ depth: 1 * Allow overriding `IndexView.export_headings` via `ModelViewSet` (Christer Jensen, Sage Abdullah) * Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah) * Support specifying a `get_object_list` method on `ChooserViewSet` (Matt Westcott) + * Add `linked_fields` mechanism on chooser widgets to allow choices to be limited by fields on the calling page (Matt Westcott) ### Bug fixes