Skip to content

Commit 8ad0d09

Browse files
cliff688sarahboyce
authored andcommitted
[5.1.x] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
Backport of 9cc3970 from main.
1 parent 230df91 commit 8ad0d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/models/fields.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ The default value can also be set at the database level with
505505
.. attribute:: Field.editable
506506

507507
If ``False``, the field will not be displayed in the admin or any other
508-
:class:`~django.forms.ModelForm`. They are also skipped during :ref:`model
508+
:class:`~django.forms.ModelForm`. It will also be skipped during :ref:`model
509509
validation <validating-objects>`. Default is ``True``.
510510

511511
``error_messages``

0 commit comments

Comments
 (0)