pull/10263/head
Matt Westcott 2023-03-23 13:55:42 +00:00
rodzic b713a1753e
commit 8d2b1c68cb
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ Changelog
* Enhance `wagtail.search.utils.parse_query_string` to allow inner single quotes for key/value parsing (Aman Pandey)
* Add helpful properties to `Locale` for more convenient usage within templates (Andy Babic)
* Allow customising icons for snippets via `SnippetViewSet.icon` (Daniel Kirkham, Sage Abdullah)
* Allow customising the base URL and URL namespace for snippet views (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

@ -38,6 +38,7 @@ Support for adding custom validation logic to StreamField blocks has been formal
* Enhance `wagtail.search.utils.parse_query_string` to allow inner single quotes for key/value parsing (Aman Pandey)
* Add helpful properties to [`Locale`](locale_model_ref) for more convenient usage within templates, see [](i18n_basic_example) (Andy Babic)
* Allow customising icons for snippets via `SnippetViewSet.icon` (Daniel Kirkham, Sage Abdullah)
* Allow customising the base URL and URL namespace for snippet views (Sage Abdullah)
### Bug fixes