From 4db9be469fba2810d837028bfaf94c3048173ba0 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 4 Oct 2021 13:01:19 +0100 Subject: [PATCH] Release note for #7409 --- CHANGELOG.txt | 1 + docs/releases/2.15.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 657e9c7f34..2f668fb0fe 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,6 +35,7 @@ Changelog * Add initial support for Django 4.0 deprecations (Matt Westcott, Jochen Wersdörfer) * Move translations in `nl_NL` to `nl` (Loïc Teixeira, Coen van der Kamp) * Add documentation for how to redirect to a separate page on Form builder submissions using ``RoutablePageMixin`` (Nick Smith) + * Refactored index listing views and made column sort-by headings more consistent (Matt Westcott) * Fix: Delete button is now correct colour on snippets and modeladmin listings (Brandon Murch) * Fix: Ensure that StreamBlock / ListBlock-level validation errors are counted towards error counts (Matt Westcott) * Fix: InlinePanel add button is now keyboard navigatable (Jesse Menn) diff --git a/docs/releases/2.15.rst b/docs/releases/2.15.rst index a466d06367..42e08ee0d5 100644 --- a/docs/releases/2.15.rst +++ b/docs/releases/2.15.rst @@ -46,6 +46,7 @@ Other features * Add initial support for Django 4.0 deprecations (Matt Westcott, Jochen Wersdörfer) * Translations in ``nl_NL`` are moved to the ``nl`` po files. ``nl_NL`` translation files are deleted. Projects that use ``LANGUAGE_CODE = 'nl-nl'`` will automatically fallback to ``nl``. (Loïc Teixeira, Coen van der Kamp) * Add documentation for how to redirect to a separate page on Form builder submissions using ``RoutablePageMixin`` (Nick Smith) + * Refactored index listing views and made column sort-by headings more consistent (Matt Westcott) Bug fixes ~~~~~~~~~