diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 2b1ce96dda..5363c69794 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -505,7 +505,7 @@ The default value can also be set at the database level with .. attribute:: Field.editable If ``False``, the field will not be displayed in the admin or any other -:class:`~django.forms.ModelForm`. They are also skipped during :ref:`model +:class:`~django.forms.ModelForm`. It will also be skipped during :ref:`model validation `. Default is ``True``. ``error_messages``