Kaydet (Commit) d46fb4ed authored tarafından Tim Graham's avatar Tim Graham

[1.11.x] Fixed location of a few doc labels.

Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
üst 56c5c159
......@@ -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
------------------------------------
......
......@@ -1102,8 +1102,6 @@ tests can't rely upon the fact that your views will be available at a
particular URL. Decorate your test class or test method with
``@override_settings(ROOT_URLCONF=...)`` for URLconf configuration.
.. _emptying-test-outbox:
Multi-database support
----------------------
......@@ -1318,6 +1316,8 @@ LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations
MEDIA_ROOT, DEFAULT_FILE_STORAGE Default file storage
================================ ========================
.. _emptying-test-outbox:
Emptying the test outbox
------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment