summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClifford Gama <cliffygamy@gmail.com>2025-01-13 19:35:02 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-24 18:48:07 +0100
commit8ad0d09a0015f87b476172b0808006e4416a0170 (patch)
treee1935e422271204dd2312dd3bc3b75a257cb7a77 /docs
parent230df91150708a396130af70fd6dab587332dd86 (diff)
[5.1.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.txt2
1 files changed, 1 insertions, 1 deletions
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 <validating-objects>`. Default is ``True``.
``error_messages``