pull/9129/head
Matt Westcott 2023-04-03 10:20:22 +02:00
rodzic bcbaafd116
commit a3498b260f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,7 @@ Changelog
* Switch styleguide navigation to use panel components and minimap (Thibaud Colas)
* Explicitly specify `MenuItem.name` for Snippets, Reports, and Settings menu items (Sage Abdullah)
* Move the help text of fields and blocks directly below their label for easier reading (Thibaud Colas)
* Allow filters on snippet and generic index views to be customised through the `list_filter` attribute (Sage Abdullah)
* Fix: Ensure `label_format` on StructBlock gracefully handles missing variables (Aadi jindal)
* Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro)
* Fix: Ensure `Site.get_site_root_paths` works on cache backends that do not preserve Python objects (Jaap Roes)

Wyświetl plik

@ -49,6 +49,7 @@ Support for adding custom validation logic to StreamField blocks has been formal
* Switch styleguide navigation to use panel components and minimap (Thibaud Colas)
* Explicitly specify `MenuItem.name` for Snippets, Reports, and Settings menu items (Sage Abdullah)
* Move the help text of fields and blocks directly below their label for easier reading (Thibaud Colas)
* Allow filters on snippet and generic index views to be customised through the `list_filter` attribute (Sage Abdullah)
### Bug fixes