kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #5931
rodzic
18118f54b6
commit
e9371f45c7
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue