kopia lustrzana https://github.com/wagtail/wagtail
Release note for #6370
rodzic
0bfc7e127c
commit
461abec5b5
|
@ -9,6 +9,7 @@ Changelog
|
|||
* Add `wagtail --version` to available Wagtail CLI commands (Kalob Taulien)
|
||||
* Add `hooks.register_temporarily` utility function for testing hooks (Karl Hobley. Sponsored by the Mozilla Foundation)
|
||||
* Remove unidecode and use anyascii in for Unicode to ASCII conversion (Robbie Mackay)
|
||||
* Add `render` helper to `RoutablePageMixin` to support serving template responses according to Wagtail conventions (Andy Babic)
|
||||
* 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)
|
||||
|
|
|
@ -18,6 +18,7 @@ Other features
|
|||
* Add ``wagtail --version`` to available Wagtail CLI commands (Kalob Taulien)
|
||||
* Add ``hooks.register_temporarily`` utility function for testing hooks (Karl Hobley. Sponsored by the Mozilla Foundation)
|
||||
* Remove unidecode and use anyascii in for Unicode to ASCII conversion (Robbie Mackay)
|
||||
* Add ``render`` helper to ``RoutablePageMixin`` to support serving template responses according to Wagtail conventions (Andy Babic)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
Ładowanie…
Reference in New Issue