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/topics/testing/advanced.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index fafc4e0bbc..4afb36db3d 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -829,10 +829,6 @@ can be useful during testing. ``False`` to speed up creation time if you don't have any test classes with :ref:`serialized_rollback=True `. - If you are using the default test runner, you can control this with the - the :setting:`SERIALIZE ` entry in the :setting:`TEST - ` dictionary. - ``keepdb`` determines if the test run should use an existing database, or create a new one. If ``True``, the existing database will be used, or created if not present. If ``False``, -- cgit v1.3