kopia lustrzana https://github.com/wagtail/wagtail
Release note for #5976
rodzic
5e37414de4
commit
27432e6c3f
|
@ -27,6 +27,7 @@ Changelog
|
|||
* Use `django-admin` command in place of `django-admin.py` (minusf)
|
||||
* Add `register_snippet_action_menu_item` and `construct_snippet_action_menu` hooks to modify the actions available when creating / editing a snippet (Karl Hobley)
|
||||
* Moved `generate_signature` and `verify_signature` functions into `wagtail.images.utils` (Noah H)
|
||||
* Implement `bulk_to_python` on all structural StreamField block types (Matt Westcott)
|
||||
* Fix: Make page-level actions accessible to keyboard users in page listing tables (Jesse Menn)
|
||||
* Fix: `WAGTAILFRONTENDCACHE_LANGUAGES` was being interpreted incorrectly. It now accepts a list of strings, as documented (Karl Hobley)
|
||||
* Fix: Update oEmbed endpoints to use https where available (Matt Westcott)
|
||||
|
|
|
@ -52,6 +52,7 @@ Other features
|
|||
* Use ``django-admin`` command in place of ``django-admin.py`` (minusf)
|
||||
* Add ``register_snippet_action_menu_item`` and ``construct_snippet_action_menu`` hooks to modify the actions available when creating / editing a snippet (Karl Hobley)
|
||||
* Moved ``generate_signature`` and ``verify_signature`` functions into ``wagtail.images.utils`` (Noah H)
|
||||
* Implement ``bulk_to_python`` on all structural StreamField block types (Matt Westcott)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
Ładowanie…
Reference in New Issue