Added routable page to release notes and changelog

pull/472/head
Matt Westcott 2014-07-21 16:03:28 +01:00
rodzic f273331d38
commit 00046639c7
3 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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
~~~~~~~~~~~~~~

Wyświetl plik

@ -1,3 +1,5 @@
.. _routable_page:
====================================
Embedding URL configuration in Pages
====================================