Added a section to the docs for discussing validators and updated a few links to point to it.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans 2010-01-05 06:18:41 +00:00
parent 1e81e2f532
commit cd7da17132
5 changed files with 150 additions and 2 deletions

View file

@ -303,7 +303,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 :ref:`validators
documentation <validators>` for more information.
documentation <ref-validators>` for more information.
Field types