From 92dafc10e7f7ac6a8643451d420a9471710f3d81 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 27 Jun 2018 13:55:09 -0400 Subject: [PATCH] [2.1.x] Fixed location of a few doc labels. Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master --- docs/topics/http/file-uploads.txt | 4 ++-- docs/topics/testing/tools.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 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 ` for details. +.. _modifying_upload_handlers_on_the_fly: + Modifying upload handlers on the fly ------------------------------------ diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 16d10e273e..9b7fc4f7e1 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1107,8 +1107,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 ---------------------- @@ -1323,6 +1321,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 ------------------------