summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-06-27 13:55:09 -0400
committerTim Graham <timograham@gmail.com>2018-06-28 08:58:45 -0400
commitd46fb4edee9c44a0804037858cb37ba794cc936c (patch)
treebb9e252833542e17cfa9dcecd96721d33485708f /docs/topics/http
parent56c5c1599a884f6d985c68c54d106db50381e02e (diff)
[1.11.x] Fixed location of a few doc labels.
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/file-uploads.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt
index 75ac1de452..46ebf2e52a 100644
--- a/docs/topics/http/file-uploads.txt
+++ b/docs/topics/http/file-uploads.txt
@@ -190,8 +190,6 @@ data on the fly, render progress bars, and even send data to another storage
location directly without storing it locally. See :ref:`custom_upload_handlers`
for details on how you can customize or completely replace upload behavior.
-.. _modifying_upload_handlers_on_the_fly:
-
Where uploaded data is stored
-----------------------------
@@ -216,6 +214,8 @@ Changing upload handler behavior
There are a few settings which control Django's file upload behavior. See
:ref:`File Upload Settings <file-upload-settings>` for details.
+.. _modifying_upload_handlers_on_the_fly:
+
Modifying upload handlers on the fly
------------------------------------