From 9cc3970eaaf603832c075618e61aea9ea430f719 Mon Sep 17 00:00:00 2001 From: Clifford Gama Date: Mon, 13 Jan 2025 19:35:02 +0200 Subject: [PATCH] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt. --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `. Default is ``True``. ``error_messages``