wagtail/docs/core_components
Tim Heap 98698ef8d4 Add routablepageurl template tag
It is similar to `pageurl`, but works with `RoutablePage`s. Functions
like a hybrid between `reverse` and `pageurl`. For example:

    {% load wagtailroutablepage_tags %}
    {% routablepageurl self "feed" %}
    {% routablepageurl self "archive" 2014 08 14 %}
    {% routablepageurl self "food" foo="bar" baz="quux" %}
2014-08-18 08:27:07 +10:00
..
images add release notes / changelog for using images outside wagtail 2014-07-30 19:12:51 +01:00
pages Add routablepageurl template tag 2014-08-18 08:27:07 +10:00
search Added note to say that searching on extra fields with the database backend is not supported 2014-07-29 14:57:29 +01:00
form_builder.rst Added components sections 2014-07-25 15:31:55 +01:00
index.rst Moved frontend image url docs into new images section 2014-07-29 16:35:34 +01:00
snippets.rst Added components sections 2014-07-25 15:31:55 +01:00