mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[5.1.x] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
Backport of 9cc3970eaa from main.
This commit is contained in:
committed by
Sarah Boyce
parent
230df91150
commit
8ad0d09a00
@@ -505,7 +505,7 @@ The default value can also be set at the database level with
|
|||||||
.. attribute:: Field.editable
|
.. attribute:: Field.editable
|
||||||
|
|
||||||
If ``False``, the field will not be displayed in the admin or any other
|
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``.
|
validation <validating-objects>`. Default is ``True``.
|
||||||
|
|
||||||
``error_messages``
|
``error_messages``
|
||||||
|
|||||||
Reference in New Issue
Block a user