0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +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 Allow overriding attributes in {% image %} tag 2015-11-24 11:38:10 +00:00
search Release note for #1491 2015-12-11 12:46:01 +00:00
index.rst Renamed to "Page models" 2015-10-05 21:07:09 +01:00
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 Renamed "self" template variable to "page" in docs 2015-10-13 09:52:16 +01:00