mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-20 15:00:57 +00:00
Release note for #3821
This commit is contained in:
parent
ab3aeb42d7
commit
65e833603a
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Custom document model is now documented (Emily Horsman)
|
||||
* Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas)
|
||||
* Wagtailforms serve view now passes `request.FILES`, for use in custom form handlers (LB (Ben Johnston))
|
||||
* Documents are now given new filenames on re-uploading, to avoid old versions being kept in cache (Bertrand Bordage)
|
||||
* Fix: "Open Link in New Tab" on a right arrow in page explorer should open page list (Emily Horsman)
|
||||
* Fix: Using `order_by_relevance=False` when searching with PostgreSQL now works (Mitchel Cabuloy)
|
||||
* Fix: Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott)
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ Other features
|
|||
* :doc:`Custom document model </advanced_topics/documents/custom_document_model>` is now documented (Emily Horsman)
|
||||
* Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas)
|
||||
* Wagtailforms serve view now passes ``request.FILES``, for use in custom form handlers (LB (Ben Johnston))
|
||||
* Documents are now given new filenames on re-uploading, to avoid old versions being kept in cache (Bertrand Bordage)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue