mirror of https://github.com/django/django.git
Fixed a typo in the model fields reference.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
554f0601b5
commit
295fd50752
|
@ -308,7 +308,7 @@ underscores to spaces. See :ref:`Verbose field names <verbose-field-names>`.
|
|||
|
||||
.. attribute:: Field.validators
|
||||
|
||||
A list of validators to run for this field.See the :doc:`validators
|
||||
A list of validators to run for this field. See the :doc:`validators
|
||||
documentation </ref/validators>` for more information.
|
||||
|
||||
.. _model-field-types:
|
||||
|
|
Loading…
Reference in New Issue