kopia lustrzana https://github.com/wagtail/wagtail
Release note for #10235
rodzic
b713a1753e
commit
8d2b1c68cb
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue