Release notes for #5932

pull/5934/head
Andy Babic 2020-04-03 21:59:38 +01:00
rodzic db8ab0875d
commit 9fa2ba939d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,7 @@ Changelog
* 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)
* Added `select_related` attribute to site settings to enable more efficient fetching of foreign key values (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)

Wyświetl plik

@ -37,6 +37,7 @@ Other features
* 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)
* Added ``select_related`` attribute to site settings to enable more efficient fetching of foreign key values (Andy Babic)
Bug fixes