From 295fd50752d721e7bf5add5a7fa06887c605a8b4 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 20 Dec 2011 17:03:13 +0000 Subject: [PATCH] Fixed a typo in the model fields reference. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17238 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index c94309257c..e34da13ee5 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -308,7 +308,7 @@ underscores to spaces. See :ref:`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 ` for more information. .. _model-field-types: