diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-05 15:21:09 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-12-05 15:30:23 -0500 |
| commit | 4c7c608a1deee37055d4a2b8a71e34def04a2a1f (patch) | |
| tree | f1bd8c1300f3ece897fd22b6820987460f014f84 /docs | |
| parent | 734ce71824180740f2318750ae2436f4b60c30b1 (diff) | |
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb."
This reverts commits b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6 and
9fa0d3786febf36c87ef059a39115aa1ce3326e8 due to reverse build failures
for which a solution isn't forthcoming.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 40f8a5cf49..5ebc26d868 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -777,11 +777,6 @@ the database state between tests if you don't have transactions). You can set this to ``False`` to speed up creation time if you don't have any test classes with :ref:`serialized_rollback=True <test-case-serialized-rollback>`. -Don't set this to ``False`` if you want to use :option:`test --keepdb` -and your test suite contains :class:`~django.test.TransactionTestCase` or -doesn't support transactions, as this in-memory JSON string is used to restore -the initial data migrations in these situations. - .. setting:: TEST_TEMPLATE ``TEMPLATE`` |
