django1/django/test
Simon Charette 3089018e95 Fixed #32446 -- Deprecated SERIALIZE test database setting.
Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.

This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization.
2021-02-24 20:31:11 +01:00
..
__init__.py Fixed #31224 -- Added support for asynchronous views and middleware. 2020-03-18 19:59:12 +01:00
client.py Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.urlconf is set. 2021-02-23 09:54:49 +01:00
html.py Made small readability improvements. 2020-10-28 20:20:20 +01:00
runner.py Fixed #32446 -- Deprecated SERIALIZE test database setting. 2021-02-24 20:31:11 +01:00
selenium.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
signals.py Fixed #32233 -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
testcases.py Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False. 2021-02-22 09:27:46 +01:00
utils.py Fixed #32446 -- Deprecated SERIALIZE test database setting. 2021-02-24 20:31:11 +01:00