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:36 -0400 |
| commit | da906ff1ae7ed3baa8362ae728fe55ea08e8f83e (patch) | |
| tree | 8d4719fa83f6f2ad48d7275419bb60c9feac8d0e /docs/topics/testing | |
| parent | 4b3b9fab080f517b7dc41fb933f6eae3e24081ce (diff) | |
[2.0.x] Fixed location of a few doc labels.
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
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 d3979e5c7a..cc9b697696 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1091,8 +1091,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 ---------------------- @@ -1307,6 +1305,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 ------------------------ |
