Skip to content

Commit

Permalink
Changelog and release notes for asset usage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Jul 31, 2014
1 parent de70f2a commit 722cc00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/releases/0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ In normal use, Wagtail will generate resized versions of images at the point tha

:ref:`using_images_outside_wagtail`


RoutablePage
~~~~~~~~~~~~

Expand All @@ -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
~~~~~~~~~~~~~~

Expand Down

0 comments on commit 722cc00

Please sign in to comment.