summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-11-18 07:32:38 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-11-18 07:32:38 +0000
commit0cfcc72f88ab5425b9e58d13f6f8bfd4e0d93c4f (patch)
treeb047ff41b387708efee53d6c2adbc3f5b69f5920 /docs
parente37e57f44a3c933946a6488e03713569ffccc753 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/fields.txt2
-rw-r--r--docs/topics/http/file-uploads.txt2
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 <topics-file-uploads>`.
+documentation <topics-http-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>`.
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