summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-12-09 07:18:02 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-12-09 07:18:02 +0000
commitbc2cc6eb094d61f41d60d32e03b82d921d210ff2 (patch)
tree3bfa872c6fa812297a54971435b2b7a13402fa53 /docs/ref/forms
parent86115228981b1a480a3200d2a4e30c000ac08acb (diff)
[1.0.X] Fixed #9772 -- Fixed a couple of broken links and pointed them to a more
appropriate section. Thanks, Ramiro Morales. Backport of r9621 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 3e3ec0253e..a143c2f1c9 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -520,7 +520,7 @@ To learn more about the ``UploadedFile`` object, see the :ref:`file uploads
documentation <topics-file-uploads>`.
When you use a ``FileField`` in a form, you must also remember to
-:ref:`bind the file data to the form <topics-file-uploads>`.
+:ref:`bind the file data to the form <binding-uploaded-files>`.
``FilePathField``
~~~~~~~~~~~~~~~~~
@@ -587,7 +587,7 @@ These control the range of values permitted in the field.
Using an ImageField requires that the `Python Imaging Library`_ is installed.
When you use an ``ImageField`` on a form, you must also remember to
-:ref:`bind the file data to the form <topics-file-uploads>`.
+:ref:`bind the file data to the form <binding-uploaded-files>`.
.. _Python Imaging Library: http://www.pythonware.com/products/pil/