From d29b7a14c5e67b9f287f44e1e5a3a8164a09665f Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 9 Dec 2008 07:13:49 +0000 Subject: [PATCH] Fixed #9772 -- Fixed a couple of broken links and pointed them to a more appropriate section. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9621 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/forms/fields.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index d72ab7c6720..0123380f11b 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 `. When you use a ``FileField`` in a form, you must also remember to -:ref:`bind the file data to the form `. +:ref:`bind the file data to the form `. ``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 `. +:ref:`bind the file data to the form `. .. _Python Imaging Library: http://www.pythonware.com/products/pil/