mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Doc edits for refs #22487.
This commit is contained in:
parent
4b25ebf112
commit
c17cd151d8
6 changed files with 17 additions and 12 deletions
|
@ -244,7 +244,7 @@ tests and not in ``TransactionTestCase`` tests, and additionally only on
|
|||
backends where transactions are supported (the most important exception being
|
||||
MyISAM).
|
||||
|
||||
Django can re-load that data for you on a per-testcase basis by
|
||||
Django can reload that data for you on a per-testcase basis by
|
||||
setting the ``serialized_rollback`` option to ``True`` in the body of the
|
||||
``TestCase`` or ``TransactionTestCase``, but note that this will slow down
|
||||
that test suite by approximately 3x.
|
||||
|
@ -276,7 +276,6 @@ used. This behavior `may change`_ in the future.
|
|||
|
||||
.. _may change: https://code.djangoproject.com/ticket/11505
|
||||
|
||||
|
||||
Understanding the test output
|
||||
-----------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue