diff --git a/docs/core_components/pages/advanced_topics/routable_page_mixin.rst b/docs/core_components/pages/advanced_topics/routable_page_mixin.rst index 36ca024c3..d34c33a69 100644 --- a/docs/core_components/pages/advanced_topics/routable_page_mixin.rst +++ b/docs/core_components/pages/advanced_topics/routable_page_mixin.rst @@ -4,7 +4,7 @@ Embedding URL configuration in Pages ==================================== -.. versionadded:: 0.5 +.. versionadded:: 0.6 The ``RoutablePageMixin`` mixin provides a convenient way for a page to respond on multiple sub-URLs with different views. For example, a blog section on a site might provide several different types of index page at URLs like ``/blog/2013/06/``, ``/blog/authors/bob/``, ``/blog/tagged/python/``, all served by the same ``BlogIndex`` page. @@ -103,8 +103,6 @@ The ``RoutablePageMixin`` class The ``routablepageurl`` template tag ==================================== -.. versionadded:: 0.6 - .. currentmodule:: wagtail.contrib.wagtailroutablepage.templatetags.wagtailroutablepage_tags .. autofunction:: routablepageurl