0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/docs/topics
Tim Heap 9e8c2c2d5f Allow custom Page Managers
Previously, if a developer wanted to use a custom Manager on their Page
subclass, some fairly hacky hacks were required. Now, the `objects`
attribute is only overridden if it is a plain `Manager`. If it is
anything else, it is left alone. A system check has been added to ensure
that all `Page` managers inherit from `PageManager`
2015-12-14 23:09:45 +00:00
..
images
search Release note for #1491 2015-12-11 12:46:01 +00:00
index.rst
pages.rst Allow custom Page Managers 2015-12-14 23:09:45 +00:00
snippets.rst Changed verbose names to start with lowercase when necessary 2015-12-08 17:33:19 +00:00
streamfield.rst Remove use of value.bound_blocks from basic StructBlock template example. 2015-12-11 12:48:37 +00:00
writing_templates.rst