Changelog and release note for #2451

This commit is contained in:
Karl Hobley 2016-04-12 06:57:27 +01:00
parent 31d2d43d5b
commit 2e970f88ea
3 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ Changelog
* Moved lesser-user actions in the page explorer into a 'More' dropdown
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
* Added 'revisions' action to pages list (Roel Bruggink)
* Added jinja2 support for the ``settings`` template tag (Tim Heap)
* The "dynamic serve view" for images has been greatly improved. See release notes for details
* Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
* Recognise instagram embed URLs with `www` prefix (Matt Westcott)

View file

@ -138,6 +138,8 @@ If there is no ``request`` available in the template at all, you can use the set
.. note:: You can not reliably get the correct settings instance for the current site from this template tag if the request object is not available. This is only relevant for multisite instances of Wagtail.
.. _settings_tag_jinja2:
Using in Jinja2 templates
-------------------------

View file

@ -27,6 +27,7 @@ Minor features
* Moved lesser-user actions in the page explorer into a 'More' dropdown
* Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer
* Added :ref:`jinja2 support <settings_tag_jinja2>` for the ``settings`` template tag (Tim Heap)
* Added 'revisions' action to pages list (Roel Bruggink)
* Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
* Recognise instagram embed URLs with ``www`` prefix (Matt Westcott)