diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 910c81a311..5f753e5233 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ Changelog * Convert Documents and Images to class based views for easier overriding (Matt Westcott) * Isolate admin URLs for Documents and Images search listing results with the name `'listing_results'` (Matt Westcott) * Removed `request.is_ajax()` usage in Documents, Image and Snippet views (Matt Westcott) + * Simplify generic admin view templates plus ensure `page_title` and `page_subtitle` are used consistently (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 6251e7f720..76830253eb 100644 --- a/docs/releases/2.15.rst +++ b/docs/releases/2.15.rst @@ -25,6 +25,7 @@ Other features * Convert Documents and Images to class based views for easier overriding (Matt Westcott) * Isolate admin URLs for Documents and Images search listing results with the name `'listing_results'` (Matt Westcott) * Removed ``request.is_ajax()`` usage in Documents, Image and Snippet views (Matt Westcott) + * Simplify generic admin view templates plus ensure ``page_title`` and ``page_subtitle`` are used consistently (Matt Westcott) Bug fixes ~~~~~~~~~