Release notes for

pull/6471/head
Andy Babic 2020-10-19 21:32:46 +01:00
rodzic e28aa6b194
commit cbf65ba645
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@ Changelog
* 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)
* Add natural key support to `GroupCollectionPermission` (Jim Jazwiecki)
* Implement `prepopulated_fields` for `wagtail.contrib.modeladmin` (David Bramwell)
* 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)

Wyświetl plik

@ -482,6 +482,7 @@ Contributors
* Meghana Bhange
* Cole Maclean
* Noah H
* David Bramwell
Translators
===========

Wyświetl plik

@ -54,6 +54,7 @@ Other features
* 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)
* Add natural key support to ``GroupCollectionPermission`` (Jim Jazwiecki)
* Implement ``prepopulated_fields`` for ``wagtail.contrib.modeladmin`` (David Bramwell)
Bug fixes