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:
Aymeric Augustin 2011-12-20 17:03:13 +00:00
parent 554f0601b5
commit 295fd50752
1 changed files with 1 additions and 1 deletions

View File

@ -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: