From 4c7c608a1deee37055d4a2b8a71e34def04a2a1f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 5 Dec 2018 15:21:09 -0500 Subject: 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. --- docs/ref/settings.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') 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 `. -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`` -- cgit v1.3