From 28d55f8c2421f66b2cd72d5af03397171fef20d0 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Thu, 7 Sep 2023 13:56:04 +0100 Subject: [PATCH] Release notes for #10826 and #10827 in 5.1.2 --- CHANGELOG.txt | 4 ++-- docs/releases/5.1.2.md | 2 ++ docs/releases/5.2.md | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e7742d96ec..fcd0958903 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,13 +19,11 @@ Changelog * Move `list_filter`, `filterset_class`, `search_fields`, `search_backend_name`, `list_export`, `export_filename`, `list_per_page`, and `ordering` from `SnippetViewSet` to `ModelViewSet` (Sage Abdullah) * Add default header titles to generic `IndexView` and `CreateView` (Sage Abdullah) * 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) - * Fix: Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) * Fix: Filter out comments on Page editing counts that do not correspond to a valid field / block path on the page such as when a field has been removed (Matt Westcott) * Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava) * Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava) @@ -50,6 +48,8 @@ Changelog * Fix: Avoid use of `ignore_conflicts` when creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah) * Fix: Ensure sequence on `wagtailsearchpromotions_query` table is correctly set after migrating data (Jake Howard) + * Fix: Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah) + * Fix: Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) 5.1.1 (14.08.2023) diff --git a/docs/releases/5.1.2.md b/docs/releases/5.1.2.md index efef0035de..51371bce7a 100644 --- a/docs/releases/5.1.2.md +++ b/docs/releases/5.1.2.md @@ -15,3 +15,5 @@ depth: 1 * Avoid use of `ignore_conflicts` when creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah) * Ensure sequence on `wagtailsearchpromotions_query` table is correctly set after migrating data (Jake Howard) + * Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah) + * Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index d9c9e52ce2..4833013dd9 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -29,7 +29,6 @@ depth: 1 * Move `list_filter`, `filterset_class`, `search_fields`, `search_backend_name`, `list_export`, `export_filename`, `list_per_page`, and `ordering` from `SnippetViewSet` to `ModelViewSet` (Sage Abdullah) * Add default header titles to generic `IndexView` and `CreateView` (Sage Abdullah) * 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) @@ -38,7 +37,6 @@ depth: 1 * Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg) * Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott) * When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston) - * Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) * Filter out comments on Page editing counts that do not correspond to a valid field / block path on the page such as when a field has been removed (Matt Westcott) ### Documentation