mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 12:41:12 +00:00
Changelog and release notes for #560
This commit is contained in:
parent
15419f4d0e
commit
8a19552033
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
0.6 (xx.xx.20xx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
* Added {% routablepageurl %} template tag (@timheap)
|
||||
* Added RoutablePageMixin (@timheap)
|
||||
* Fix: Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/'
|
||||
|
||||
0.5 (01.08.2014)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ What's new
|
|||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
* A new template tag has been added for reversing URLs inside routable pages. See :ref:`routablepageurl_template_tag`.
|
||||
* RoutablePage can now be used as a mixin. See :class:`wagtail.contrib.wagtailroutablepage.models.RoutablePageMixin`.
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue