mirror of
https://github.com/django/django.git
synced 2025-04-04 21:46:40 +00:00
[1.11.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master
This commit is contained in:
parent
638bab2cab
commit
ac7a186c34
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user