mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
This commit is contained in:
parent
352d860b91
commit
9cc3970eaa
1 changed files with 1 additions and 1 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue