wagtail/docs/topics
Matt Westcott 7bc819640d Restore PageManager behaviour by setting it on an abstract superclass of Page
Django's standard behaviour is to preserve managers that are set on abstract
superclasses, so this allows us to eliminate the metaclass hackery.

Fixes #2933
2016-08-23 20:12:22 +01:00
..
search Update documentation and code to put mixin first 2016-05-04 14:05:33 +01:00
images.rst
index.rst
pages.rst Restore PageManager behaviour by setting it on an abstract superclass of Page 2016-08-23 20:12:22 +01:00
snippets.rst Use python_2_unicode_compatible in snippets.rst (#2688) 2016-06-07 13:49:28 +01:00
streamfield.rst Update IntegerBlock docs to show correct kwargs (#2930) 2016-08-20 02:38:00 +01:00
writing_templates.rst