index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
Age
Commit message (
Expand
)
Author
2023-11-19
[4.2.x] Refs #34118 -- Fixed stacklevel in complex_setting_changed on Python ...
Mariusz Felisiak
2023-02-17
[4.2.x] Fixed #34342, Refs #33735 -- Fixed test client handling of async stre...
Alexandre Spaeth
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-13
Fixed #34240 -- Preserved headers of requests made with django.test.Client in...
Mariusz Felisiak
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-05
Refs #33865 -- Improved implementation of FakePayload.
Nick Pope
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-11-24
Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...
baldychristophe
2022-11-14
Fixed #34074 -- Added headers argument to RequestFactory and Client classes.
David Wobrock
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-08
Fixed #34063 -- Fixed reading request body with async request factory and cli...
Scott Halgrim
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-24
Fixed #34111 -- Made test runner with --debug-sql format SQL queries.
Giebisch
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-07
Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetEr...
Gregor Gärtner
2022-09-28
Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Adam Johnson
2022-09-28
Fixed #34010 -- Made parallel tests using spawn set up Django.
Adam Johnson
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
2022-08-04
Fixed #33891 -- Fixed test command crash when running in parallel using spawn.
Mariusz Felisiak
2022-07-19
Fixed #33855 -- Removed unnecessary system check calls from test worker initi...
Mariusz Felisiak
2022-06-09
Fixed #33755 -- Moved ASGI body-file cleanup into request class.
Jonas Lundberg
2022-05-19
Fixed #33719 -- Fixed test command crash when running in parallel.
Mariusz Felisiak
2022-04-06
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...
Baptiste Mispelon
2022-03-17
Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...
David Smith
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-03-08
Rewrote some references to "master".
Adam Johnson
2022-02-23
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
Valz
2022-02-15
Refs #33348 -- Made SimpleTestCase.assertFormError() raise ValueError when "f...
Baptiste Mispelon
2022-02-15
Refs #33348 -- Fixed SimpleTestCase.assertFormError() error message raised fo...
Mariusz Felisiak
2022-02-15
Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/a...
Baptiste Mispelon
2022-02-14
Refs #33348 -- Made SimpleTestCase.assertFormsetErrors() raise an error when ...
Baptiste Mispelon
2022-02-14
Refs #33348 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...
Baptiste Mispelon
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-25
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2022-01-06
Refs #33348 -- Deprecated passing errors=None to SimpleTestCase.assertFormErr...
Baptiste Mispelon
2022-01-06
Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.captureOnC...
Petter Friberg
2022-01-05
Fixed #33400 -- Added support for msg_prefix and count arguments to assertTem...
Ad Timmering
2022-01-05
Refs #33400 -- Renamed SimpleTestCase._assert_template_used() to _get_templat...
Ad Timmering
2021-12-17
Changed signatures of setting_changed signal receivers.
Adam Johnson
2021-12-08
Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset ...
Baptiste Mispelon
2021-11-26
Refs #33301 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...
Baptiste Mispelon
2021-11-15
Fixed #33278 -- Improved error for connection/query attempts against disallow...
SwastikTripathi
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
2021-11-08
Fixed #33264 -- Made test runner return non-zero error code for unexpected su...
Baptiste Mispelon
2021-10-29
Fixed #33236 -- Fixed assertHTMLEqual() error messages for escaped HTML.
Pratyush Mittal
[next]