mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
release note for #683
This commit is contained in:
parent
55adcf63c6
commit
f2af37cc6c
@ -18,6 +18,7 @@ Changelog
|
||||
* The 'update_index' management command now updates all backends listed in WAGTAILSEARCH_BACKENDS, or a specific one passed on the command line, rather than just the default backend
|
||||
* The 'fill' image resize method now supports an additional parameter defining the closeness of the crop
|
||||
* Added support for invalidating Cloudflare caches
|
||||
* Pages in the explorer can now be ordered by last updated time
|
||||
* Fix: 'wagtail start' command now works on Windows
|
||||
* Fix: The external image URL generator no longer stores generated images in Django's cache
|
||||
* Fix: Elasticsearch backend can now search querysets that have been filtered with an 'in' clause of a non-list type (such as a ValuesListQuerySet)
|
||||
|
@ -51,6 +51,7 @@ Minor features
|
||||
* The ``update_index`` management command now updates all backends listed in ``WAGTAILSEARCH_BACKENDS``, or a specific one passed on the command line, rather than just the default backend.
|
||||
* The 'fill' image resize method now supports an additional parameter defining the closeness of the crop. See :ref:`image_tag`
|
||||
* Added support for invalidating Cloudflare caches. See :ref:`frontend_cache_purging`
|
||||
* Pages in the explorer can now be ordered by last updated time.
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user