瀏覽代碼

Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.

Clifford Gama 2 月之前
父節點
當前提交
9cc3970eaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/models/fields.txt

+ 1 - 1
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``