mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Changelog/release note for #5721
This commit is contained in:
parent
fe350af949
commit
0dbe25c512
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Changelog
|
|||
* Improve contrast of disabled inputs (Nick Smith)
|
||||
* Added `get_document_model_string` function (Andrey Smirnov)
|
||||
* Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher)
|
||||
* Cloudflare frontend cache invalidation requests are now sent in chunks of 30 to fit within API limits (Tom Usher)
|
||||
* Added `ancestors` field to pages endpoint in admin API (Karl Hobley)
|
||||
* Removed Django admin management of `Page` & `Site` models (Andreas Bernacca)
|
||||
* Fix: Rename documents listing column 'uploaded' to 'created' (LB (Ben Johnston))
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ Other features
|
|||
* Improve contrast of disabled inputs (Nick Smith)
|
||||
* Added ``get_document_model_string`` function (Andrey Smirnov)
|
||||
* Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher)
|
||||
* Cloudflare frontend cache invalidation requests are now sent in chunks of 30 to fit within API limits (Tom Usher)
|
||||
* Added ``ancestors`` field to pages endpoint in admin API (Karl Hobley)
|
||||
* Removed Django admin management of ``Page`` & ``Site`` models (Andreas Bernacca)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue