django1/django/test
SirAbhi13 4a1150b41d Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on_commit().
Thanks David Wobrock and Mariusz Felisiak for reviews.
2022-09-06 12:21:36 +02:00
..
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
client.py Fixed #33755 -- Moved ASGI body-file cleanup into request class. 2022-06-09 11:11:45 +02:00
html.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
runner.py Fixed #33891 -- Fixed test command crash when running in parallel using spawn. 2022-08-04 09:16:38 +02:00
selenium.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
signals.py Prevented initialization of unused database connections. 2022-03-17 07:40:57 +01:00
testcases.py Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on_commit(). 2022-09-06 12:21:36 +02:00
utils.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00