mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[2.0.x] Fixed location of a few doc labels.
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
This commit is contained in:
parent
4b3b9fab08
commit
da906ff1ae
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue