0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/reference
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
..
contrib Renamed searchpicks app to searchpromotions 2015-07-21 13:37:42 +01:00
pages Rename is_abstract to is_creatable 2015-09-04 09:59:01 +10: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 Moved form builder to contrib 2015-06-02 09:14:56 +01:00
management_commands.rst fix warning about code-block directive 2014-10-08 10:57:10 +01:00
project_template.rst Simplified getting started section 2015-05-28 10:13:05 +01:00