0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/reference/contrib
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 Mark API v1 documentation as deprecated (#3429) 2017-03-07 10:49:19 +00:00
forms Fix a typo in a docstring 2017-01-25 21:34:25 +03:00
modeladmin Improved code separation in contrib.modeladmin (#3467) 2017-03-28 10:34:03 +01:00
frontendcache.rst Update the Cloudflare backend to use the v4 API 2016-11-17 12:01:57 +00:00
index.rst Adds PostgreSQL search backend. (#3515) 2017-04-12 16:16:16 +01:00
postgres_search.rst Update docs - run python manage.py migrate once 2017-04-21 09:16:44 +01:00
routablepage.rst added default index_route for RoutablePageMixin 2017-08-11 09:58:44 +01:00
searchpromotions.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
settings.rst Fix typo in settings doc (#3595) 2017-05-15 09:12:16 +03:00
sitemaps.rst Minor documentation update for sitemaps 2017-04-19 13:40:43 +02:00
table_block.rst Rename table_block.fields to table_block.blocks 2016-05-18 15:51:54 +01:00