From 6c0539ed7c7a1ddeaac3ff91622ebf7a8c8442b9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 6 Jan 2023 09:28:25 +0100 Subject: Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline. --- docs/ref/settings.txt | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 7c723a824f..4a1891de4e 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -849,23 +849,6 @@ test database will use the name ``'test_' + DATABASE_NAME``. See :ref:`the-test-database`. -.. setting:: TEST_SERIALIZE - -``SERIALIZE`` -^^^^^^^^^^^^^ - -Boolean value to control whether or not the default test runner 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 `. - -.. deprecated:: 4.0 - - This setting is deprecated as it can be inferred from the - :attr:`~django.test.TestCase.databases` with the - :ref:`serialized_rollback ` option enabled. - .. setting:: TEST_TEMPLATE ``TEMPLATE`` -- cgit v1.3