diff options
| author | Tim Graham <timograham@gmail.com> | 2017-02-08 12:33:47 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-08 12:34:37 -0500 |
| commit | ac7a186c34fea75cbd15147e662a32dcfebd11de (patch) | |
| tree | d1e20e0aa2ac31edac1a9484726d096e6436fe85 | |
| parent | 638bab2cabceb76b03798fd15f4f2905c9fdf94c (diff) | |
[1.11.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 5ff8563dd1..aadb68d84e 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1128,7 +1128,7 @@ This test case will flush *all* the test databases before running ``test_index_page_view``. The ``multi_db`` flag also affects into which databases the -attr:`TransactionTestCase.fixtures` are loaded. By default (when +:attr:`TransactionTestCase.fixtures` are loaded. By default (when ``multi_db=False``), fixtures are only loaded into the ``default`` database. If ``multi_db=True``, fixtures are loaded into all databases. |
