0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/reference/pages
Tim Heap 5df60caef3 Rename is_abstract to is_creatable
`is_creatable` better reflects what it is used for, and stops any
confusion between Wagtail's `is_abstract` and Django's `Meta.abstract`.

`is_creatable` takes in to account `Meta.abstract` now, so developers
will no longer need to set both `is_abstract` and `Meta.abstract`.

Documentation for the new attribute has been added, as well as tests.
2015-09-04 09:59:01 +10:00
..
editing_api.rst Update documentation to indicate that SnippetChooserPanel no longer requires a snippet_type argument 2015-08-28 10:57:31 +01:00
index.rst Moved theory doc into reference 2015-06-05 13:54:15 +01:00
model_recipes.rst Add documentation for tagging snippets 2015-08-24 10:22:02 +10:00
model_reference.rst Rename is_abstract to is_creatable 2015-09-04 09:59:01 +10:00
queryset_reference.rst Add .specific() page queryset method 2015-06-29 15:53:18 +01:00
theory.rst Moved theory doc into reference 2015-06-05 13:54:15 +01:00