1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
This commit is contained in:
Tim Graham
2018-06-27 13:55:09 -04:00
parent 01b7fdfd67
commit 92dafc10e7
2 changed files with 4 additions and 4 deletions

View File

@@ -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
------------------------