From 88639d3f7b431871a737221b288413a04fc51a6b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 7 Nov 2013 09:49:19 -0500 Subject: [PATCH] [1.5.x] Fixed broken link for TestCase.multi_db. --- docs/topics/testing/overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 5982410205..f631eae83a 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -1288,7 +1288,7 @@ or by the order of test execution. By default, fixtures are only loaded into the ``default`` database. If you are using multiple databases and set :attr:`multi_db=True -`, fixtures will be loaded into all databases. +`, fixtures will be loaded into all databases. URLconf configuration ~~~~~~~~~~~~~~~~~~~~~