release notes for #7554 & #7545

- #7554 & #7545
pull/7560/head
LB Johnston 2021-10-01 07:23:21 +10:00
rodzic e7fe66a93e
commit a8636781b0
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,8 @@ Changelog
* Create `ImageFileMixin` to extract shared file handling methods from `AbstractImage` and `AbstractRendition` (Fabien Le Frapper)
* Add `before_delete_page` and `register_permissions` examples to Hooks documentation (Jane Liu, Daniel Fairhead)
* Add clarity to modeladmin template override behaviour in the documentation (Joe Howard, Dan Swain)
* Add section about CSV exports to security documentation (Matt Westcott)
* Add initial support for Django 4.0 deprecations (Matt Westcott, Jochen Wersdörfer)
* 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)

Wyświetl plik

@ -543,6 +543,7 @@ Contributors
* Kamil Marut
* Jane Liu
* Joe Howard
* Jochen Wersdörfer
Translators
===========

Wyświetl plik

@ -42,6 +42,8 @@ Other features
* Create ``ImageFileMixin`` to extract shared file handling methods from ``AbstractImage`` and ``AbstractRendition`` (Fabien Le Frapper)
* Add ``before_delete_page`` and ``register_permissions`` examples to Hooks documentation (Jane Liu, Daniel Fairhead)
* Add clarity to modeladmin template override behaviour in the documentation (Joe Howard, Dan Swain)
* Add section about CSV exports to security documentation (Matt Westcott)
* Add initial support for Django 4.0 deprecations (Matt Westcott, Jochen Wersdörfer)
Bug fixes
~~~~~~~~~