diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2025-01-13 19:35:02 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-24 18:46:43 +0100 |
| commit | 93e18a87dd66caee80d033ae97fde65eea26cf5a (patch) | |
| tree | b1b800f212f2d381cc005e5bfe262896c45ee860 /docs | |
| parent | c85b68398b89bde944de87f528c7d2d1d9fb5dcb (diff) | |
[5.2.x] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
Backport of 9cc3970eaaf603832c075618e61aea9ea430f719 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index d31a541b73..6aac892c6f 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -497,7 +497,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 <validating-objects>`. Default is ``True``. ``error_messages`` |
