mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 11:13:15 +00:00
Added routable page to release notes and changelog
This commit is contained in:
parent
f273331d38
commit
00046639c7
3 changed files with 10 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Changelog
|
|||
|
||||
0.5 (xx.xx.20xx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
* Added RoutablePage model to allow embedding Django-style URL routing within a page
|
||||
* Explorer nav now rendered separately and fetched with AJAX when needed
|
||||
* Added decorator syntax for hooks
|
||||
* Replaced lxml dependency with html5lib, to simplify installation
|
||||
|
|
|
|||
|
|
@ -10,6 +10,13 @@ Wagtail 0.5 release notes - IN DEVELOPMENT
|
|||
What's new
|
||||
==========
|
||||
|
||||
RoutablePage
|
||||
~~~~~~~~~~~~
|
||||
|
||||
A ``RoutablePage`` model has been added to allow embedding Django-style URL routing within a page.
|
||||
|
||||
:ref:`routable_page`
|
||||
|
||||
|
||||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
.. _routable_page:
|
||||
|
||||
====================================
|
||||
Embedding URL configuration in Pages
|
||||
====================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue