From 0cfcc72f88ab5425b9e58d13f6f8bfd4e0d93c4f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 18 Nov 2008 07:32:38 +0000 Subject: [PATCH] Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uploads' to be consistent with directory structure git-svn-id: http://code.djangoproject.com/svn/django/trunk@9489 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/forms/fields.txt | 2 +- docs/topics/http/file-uploads.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 3e3ec0253e..d72ab7c672 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -517,7 +517,7 @@ given length. * Error message keys: ``required``, ``invalid``, ``missing``, ``empty`` To learn more about the ``UploadedFile`` object, see the :ref:`file uploads -documentation `. +documentation `. When you use a ``FileField`` in a form, you must also remember to :ref:`bind the file data to the form `. diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt index aebdc32a31..931c1073e8 100644 --- a/docs/topics/http/file-uploads.txt +++ b/docs/topics/http/file-uploads.txt @@ -1,4 +1,4 @@ -.. _topics-file-uploads: +.. _topics-http-file-uploads: ============ File Uploads