pull/1797/head
Karl Hobley 2015-10-06 22:21:25 +01:00
rodzic 4dc09dfb22
commit 5caa1f0f1f
2 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ Changelog
1.2 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Core templatetags (pageurl, image, wagtailuserbar, etc) are now compatible with Jinja2
* WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it (Michael Cordover)
* Order of URL parameters now ignored by redirect middleware (Michael Cordover)
* Added SQL Server compatibility to image migration (Timothy Allen)

Wyświetl plik

@ -10,6 +10,17 @@ Wagtail 1.2 release notes - IN DEVELOPMENT
What's new
==========
Jinja2 support
~~~~~~~~~~~~~~
The core templatetags (``pageurl``, ``slugurl``, ``image``, ``richtext`` and ``wagtailuserbar``) are now compatible with Jinja2 so it's now possible to use Jinja2 as the template engine for your Wagtail site.
See: :doc:`/advanced_topics/jinja2`
Minor features
~~~~~~~~~~~~~~
* WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it
* Order of URL parameters now ignored by redirect middleware
* Added SQL Server compatibility to image migration