summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-15 20:14:22 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-15 20:14:22 +0000
commitac16c59d3509fe65574a0e10cef2b9051f5e6d57 (patch)
treeb3a715974b628ecae5a808ce98f2f7ef5f40f07f /docs/ref/forms
parent560f58aba3be6a23698008600a87dc0bcd747fd7 (diff)
[1.2.X] Fixed #14307 -- Added a new crossref target to model field reference docs and fixed broken relative link in form field reference docs. Thanks to adamv for the report.
Backport of [14234] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 4171e60da6..cd32e10eed 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -353,10 +353,8 @@ Takes one extra required argument:
An iterable (e.g., a list or tuple) of 2-tuples to use as choices for this
field. This argument accepts the same formats as the ``choices`` argument
- to a model field. See the `model field reference documentation on choices`_
- for more details.
-
- .. _model field reference documentation on choices: ../models/fields#choices
+ to a model field. See the :ref:`model field reference documentation on
+ choices <field-choices>` for more details.
``TypedChoiceField``
~~~~~~~~~~~~~~~~~~~~