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:51 -0500 |
| commit | 5418af7a7821753c6622f77a14a28fa8ea21c544 (patch) | |
| tree | 6f9c635720f0768f0143331f6af56602effdb5ab | |
| parent | f993872e786c921da13de56cd50eefd61ac3f4d0 (diff) | |
[1.10.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 3df2196ec6..de1d201949 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1168,7 +1168,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. |
