wagtail/docs/reference
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
..
contrib Move content_panels inside FormPage definition. 2015-11-24 10:36:30 +00:00
pages Stop replace_text from replacing multiple times on MTI subclasses. 2015-12-01 12:35:31 +00:00
hooks.rst Remove all menu-{section_name} classnames on the <body> element and menu item <li>s. 2015-07-30 23:19:12 +01:00
index.rst added some basic signals docs 2015-10-06 01:18:25 +13:00
management_commands.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
project_template.rst Remove mention of SASS / django-compressor; fix minor text errors 2015-10-15 09:21:47 +01:00
signals.rst Add a get_page_models function to wagtailcore.models; deprecate direct use of PAGE_MODEL_CLASSES 2015-12-01 10:22:47 +00:00