From bd1a81d88f063bfadfa32c31b5289d6313051703 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Mon, 15 Apr 2024 14:23:07 +0700 Subject: [PATCH] Release note for #11762 --- CHANGELOG.txt | 1 + docs/releases/6.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fc4746f447..fff17316aa 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ Changelog * Allow displaying permissions linked to the Admin model's content type (Sage Abdullah) * Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri) * Reimplement search promotions `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Storm Heg) + * Reimplement redirects `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah) * Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott) * Implement new universal listings design for image listing view (Sage Abdullah) * Implement new universal listings design for document listing view (Sage Abdullah) diff --git a/docs/releases/6.1.md b/docs/releases/6.1.md index a60e6224c1..9c6e7d4220 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -23,6 +23,7 @@ depth: 1 * Allow displaying permissions linked to the Admin model's content type (Sage Abdullah) * Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri) * Reimplement search promotions `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Storm Heg) + * Reimplement redirects `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah) * Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott) * Implement new universal listings design for image listing view (Sage Abdullah) * Implement new universal listings design for document listing view (Sage Abdullah)