kopia lustrzana https://github.com/wagtail/wagtail
Changelog and release notes for asset usage stats
rodzic
de70f2ab89
commit
722cc00385
docs/releases
|
@ -6,6 +6,7 @@ Changelog
|
|||
* Added multiple image uploader
|
||||
* Added support for face and feature detection on images using the OpenCV library
|
||||
* Added RoutablePage model to allow embedding Django-style URL routing within a page
|
||||
* Added image/document/snippet usage stats
|
||||
* Explorer nav now rendered separately and fetched with AJAX when needed
|
||||
* Added decorator syntax for hooks
|
||||
* Replaced lxml dependency with html5lib, to simplify installation
|
||||
|
|
|
@ -31,6 +31,7 @@ In normal use, Wagtail will generate resized versions of images at the point tha
|
|||
|
||||
:ref:`using_images_outside_wagtail`
|
||||
|
||||
|
||||
RoutablePage
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
@ -39,6 +40,14 @@ A ``RoutablePage`` model has been added to allow embedding Django-style URL rout
|
|||
:ref:`routable_page`
|
||||
|
||||
|
||||
Usage stats for images, documents and snippets
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
It's now easier to find where a particular image, document or snippet is being used on your site.
|
||||
|
||||
Set the ``WAGTAIL_USAGE_COUNT_ENABLED`` setting to ``True`` and an icon will appear on the edit page showing you which pages they have been used on.
|
||||
|
||||
|
||||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue