diff options
| author | Tim Graham <timograham@gmail.com> | 2018-06-27 13:55:09 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-28 08:58:16 -0400 |
| commit | 99157064a02b966dbebf72dc57fd51adb10895d9 (patch) | |
| tree | 05cb8023f796ec5ab178712a965da6f8510ef198 /docs/topics/testing | |
| parent | 9294110a57ce0a6d14506969c950090045c622c8 (diff) | |
Fixed location of a few doc labels.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/tools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 61b86bd3c2..9591dac61c 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1108,8 +1108,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 ---------------------- @@ -1324,6 +1322,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 ------------------------ |
