kopia lustrzana https://github.com/wagtail/wagtail
Release note for #1755
rodzic
4dc09dfb22
commit
5caa1f0f1f
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue