diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-19 07:17:23 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-19 07:18:39 -0400 |
| commit | 89f33f427e9b73c77c93cf61d7ce82543297dd05 (patch) | |
| tree | 83f30fb399c0d8d35ad9e0b1e1030e738e43ef62 /docs | |
| parent | 20e3a004ac88b127a51bb332ca2653fe06a19a97 (diff) | |
[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped during model validation.
Thanks mitar for the report.
Backport of c587bd5a94 from master
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 9aee866f08..922a5d3653 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -226,7 +226,8 @@ See that documentation for other caveats. .. 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`` ------------------ |
