0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Release notes for #5931

This commit is contained in:
Andy Babic 2020-04-03 21:22:22 +01:00
parent 18118f54b6
commit e9371f45c7
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Changelog
* FieldPanel now accepts a 'heading' argument (Jacob Topp-Mugglestone)
* Replaced deprecated `ugettext` / `ungettext` calls with `gettext` / `ngettext` (Mohamed Feddad)
* ListBlocks now call child block `bulk_to_python` if defined (Andy Chosak)
* Site settings are now identifiable/cachable by request as well as site (Andy Babic)
* Fix: Added ARIA alert role to live search forms in the admin (Casper Timmers)
* Fix: Reorder login form elements to match expected tab order (Kjartan Sverrisson)
* Fix: Re-add 'Close Explorer' button on mobile viewports (Sævar Öfjörð Magnússon)

View File

@ -36,6 +36,7 @@ Other features
* FieldPanel now accepts a 'heading' argument (Jacob Topp-Mugglestone)
* Replaced deprecated ``ugettext`` / ``ungettext`` calls with ``gettext`` / ``ngettext`` (Mohamed Feddad)
* ListBLocks now call child block ``bulk_to_python`` if defined (Andy Chosak)
* Site settings are now identifiable/cachable by request as well as site (Andy Babic)
Bug fixes