summaryrefslogtreecommitdiff
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:45:31 +0100
commit9cc3970eaaf603832c075618e61aea9ea430f719 (patch)
tree11b4b282f0dec4788015c6b5ae146012a96bd56b
parent352d860b9107adbcde0f1fe5d0fce8e9090a51e4 (diff)
Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
-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 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``