wagtail/docs/reference/pages
Matt Westcott b1c75644f6 Stop replace_text from replacing multiple times on MTI subclasses.
Iterating over get_page_models means that these will be visited once
per superclass. To avoid this, we filter the page list to those exactly
matching the page class. This is done via a new `exact_type` method
on `PageQuerySet`.
2015-12-01 12:35:31 +00:00
..
index.rst editing_api => panels 2015-10-05 21:07:08 +01:00
model_recipes.rst Renamed "self" template variable to "page" in docs 2015-10-13 09:52:16 +01:00
model_reference.rst Rename is_abstract to is_creatable 2015-09-04 09:59:01 +10:00
panels.rst Add a can_choose_root flag to PageChooserPanel. 2015-11-02 15:12:42 +00:00
queryset_reference.rst Stop replace_text from replacing multiple times on MTI subclasses. 2015-12-01 12:35:31 +00:00
theory.rst Moved theory doc into reference 2015-06-05 13:54:15 +01:00