summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-07 09:49:19 -0500
committerTim Graham <timograham@gmail.com>2013-11-07 09:49:19 -0500
commit88639d3f7b431871a737221b288413a04fc51a6b (patch)
tree2f3af0c16c9f79988544c6b414daeeb29cac4037
parent2d09f368f3261c3f372bd77f06d0fbb8fd0ac6c1 (diff)
[1.5.x] Fixed broken link for TestCase.multi_db.
-rw-r--r--docs/topics/testing/overview.txt2
1 files changed, 1 insertions, 1 deletions
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
-<TransactionTestCase.multi_db>`, fixtures will be loaded into all databases.
+<TestCase.multi_db>`, fixtures will be loaded into all databases.
URLconf configuration
~~~~~~~~~~~~~~~~~~~~~