wagtail/wagtail
Andreas Nüßlein 39bca11283 added default index_route for RoutablePageMixin
RoutablePageMixin has a default index_route method that is decorated
with `@route(r'^$')`. This way, including RoutablePageMixin doesn't
force you to re-enable the default functionality you would expect from a
Page anyways.
index_route behaves exactly like a standard Wagtail Page.
To override the default behaviour, one can simply override the route by
decorating another function with r'^$'.

(as disussed in issue #2866)
2017-08-11 09:58:44 +01:00
..
api Assign persistent IDs to StreamBlock items (#3593) 2017-05-18 09:52:58 +01:00
bin Flake8 plugins (#3411) 2017-03-01 12:21:34 +00:00
contrib added default index_route for RoutablePageMixin 2017-08-11 09:58:44 +01:00
project_template Version bump to start work on Wagtail 1.12 2017-06-22 18:33:48 +01:00
tests added default index_route for RoutablePageMixin 2017-08-11 09:58:44 +01:00
utils Rotate deprecation warnings 2017-06-22 18:33:48 +01:00
wagtailadmin Non-obstructive navbar toggle icon 2017-08-11 03:41:51 +03:00
wagtailcore Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtaildocs Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailembeds Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailforms Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailimages Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailredirects Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailsearch Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailsites Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailsnippets Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
wagtailusers Generate new strings for translation again (for the word 'Swedish'...) 2017-08-10 17:06:06 +01:00
__init__.py Version bump to start work on Wagtail 1.12 2017-06-22 18:33:48 +01:00