kopia lustrzana https://github.com/wagtail/wagtail
release note for #610
rodzic
c696318d92
commit
4d99250406
|
@ -15,6 +15,7 @@ Changelog
|
|||
* 'boost' applied to the title field on searches reduced from 100 to 2
|
||||
* The 'type' method of PageQuerySet (used to filter the queryset to a specific page type) now includes subclasses of the given page type.
|
||||
* 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
|
||||
* 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)
|
||||
|
|
|
@ -33,6 +33,7 @@ Minor features
|
|||
* The 'boost' applied to the title field on searches has been reduced from 100 to 2.
|
||||
* The ``type`` method of ``PageQuerySet`` (used to filter the queryset to a specific page type) now includes subclasses of the given page type.
|
||||
* 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`
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue