diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-12-20 17:03:13 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-12-20 17:03:13 +0000 |
| commit | 295fd50752d721e7bf5add5a7fa06887c605a8b4 (patch) | |
| tree | a6562106d27509decbd64e0a1aab415db5c40e71 /docs | |
| parent | 554f0601b59309df8c9da2f14c56f9ea97aabc91 (diff) | |
Fixed a typo in the model fields reference.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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: |
