From a4f23eba2e690f1331fe35d6f29af42899e80395 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 15 Sep 2014 11:17:12 -0400 Subject: Fixed #23421 -- Corrected TEST SERIALIZE setting. Thanks gkoller for the report. --- docs/ref/settings.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 5479afe82c..5cd362f07c 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -683,6 +683,19 @@ test database will use the name ``'test_' + DATABASE_NAME``. See :ref:`the-test-database`. +.. setting:: TEST_SERIALIZE + +SERIALIZE +^^^^^^^^^ + +.. versionadded:: 1.7.1 + +Boolean value to control whether or not the default test runnner serializes the +database into an in-memory JSON string before running tests (used to restore +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 `. + .. setting:: TEST_CREATE CREATE_DB -- cgit v1.3