Update documentation for "inherits"

Update docs to reflect that option "inherits" also inherits the model option settings from the given model, not just the fields.
This commit is contained in:
Elias Zeitfogel 2017-02-20 10:21:50 +01:00 committed by GitHub
parent f64d5008f6
commit 791714dd3e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Models have the following options that can customize the model itself:
This is very useful for models that are implied through configuration.
- `protected`: if a model is set to protected then all of its instances
cannot be deleted once created.
- `inherits`: if you want to inherit all fields from another model then this
- `inherits`: if you want to inherit all fields and model option settings from another model then this
can be set to the name of another model.
In addition to that, there are some configuration sections in the model file