Author: mtredinnick Date: 2008-12-09 01:18:02 -0600 (Tue, 09 Dec 2008) New Revision: 9623
Modified: django/branches/releases/1.0.X/docs/ref/forms/fields.txt Log: [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. Modified: django/branches/releases/1.0.X/docs/ref/forms/fields.txt =================================================================== --- django/branches/releases/1.0.X/docs/ref/forms/fields.txt 2008-12-09 07:15:35 UTC (rev 9622) +++ django/branches/releases/1.0.X/docs/ref/forms/fields.txt 2008-12-09 07:18:02 UTC (rev 9623) @@ -520,7 +520,7 @@ 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 @@ 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/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
