diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/fields.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 45f55d8cb0..c3317ff7c1 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -210,7 +210,8 @@ a dictionary as the default, use a ``lambda`` as follows:: .. attribute:: Field.editable If ``False``, the field will not be displayed in the admin or any other -:class:`~django.forms.ModelForm`. Default is ``True``. +:class:`~django.forms.ModelForm`. They are also skipped during :ref:`model +validation <validating-objects>`. Default is ``True``. ``error_messages`` ------------------ |
