From 2a0116266c4d81bd1cc4e3ea20efe9a7874f481b Mon Sep 17 00:00:00 2001 From: Mattia Cattarinussi Date: Fri, 29 Jun 2018 01:29:07 +0100 Subject: Refs #29513 -- Linked the testing docs from the multi-db topic guide. --- docs/topics/testing/tools.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 9591dac61c..8354771685 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1108,6 +1108,8 @@ 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. +.. _testing-multi-db: + Multi-database support ---------------------- -- cgit v1.3