diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-06 09:28:25 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 6c0539ed7c7a1ddeaac3ff91622ebf7a8c8442b9 (patch) | |
| tree | 40efad437c15cf8d500a393993f45824c12edadc /docs/topics/testing | |
| parent | 490cccbe7e83874923b276eed26cc23b0db5ebb9 (diff) | |
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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 <test-case-serialized-rollback>`. - If you are using the default test runner, you can control this with the - the :setting:`SERIALIZE <TEST_SERIALIZE>` entry in the :setting:`TEST - <DATABASE-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``, |
