From 6c902c436ee3e29babe9031e55f95652f98de66c Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Fri, 15 Oct 2010 20:13:22 +0000 Subject: 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14234 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/forms/fields.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index a62efbf353..8398918bff 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 ` for more details. ``TypedChoiceField`` ~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3