mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-24 01:40:26 +00:00
`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. |
||
|---|---|---|
| .. | ||
| editing_api.rst | ||
| index.rst | ||
| model_recipes.rst | ||
| model_reference.rst | ||
| queryset_reference.rst | ||
| theory.rst | ||