index
:
chango.git
devmain
fix-31295
initial-branch
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
2022-07-19
[4.1.x] Fixed #33855 -- Removed unnecessary system check calls from test work...
Mariusz Felisiak
2022-05-19
[4.1.x] 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
2021-10-26
Fixed #27079 -- Avoided multiple setUpClass()/tearDownClass() calls in LiveSe...
Jacob Walls
2021-10-20
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
David Smith
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-10-11
Fixed #33149 -- Made test runner --pdb option work with subTest().
Abhyudai
2021-09-24
Fixed #33132 -- Fixed test client handling of querystring only redirects.
Jaap Roes
2021-09-20
Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when ...
Mariusz Felisiak
2021-09-20
Refs #31395 -- Removed support for assigning objects which don't support deep...
Mariusz Felisiak
2021-08-30
Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks re...
Eugene Morozov
2021-08-24
Fixed #32552 -- Added logger argument to DiscoverRunner.
Chris Jerdonek
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-05
Fixed #32988 -- Prevented creation of more test databases than TestCases.
Mariusz Felisiak
2021-08-03
Fixed #31621 -- Added support for '--parallel auto' to test management command.
Adam Johnson
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-16
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...
Jacob Walls
2021-07-15
Fixed #32929 -- Fixed handling query strings in AsyncRequestFactory.
pochangl
2021-07-12
Fixed #32914 -- Prevented test --shuffle from skipping test methods.
Chris Jerdonek
2021-07-09
Refs #24522 -- Fixed code comment about seeds in Shuffler.__init__().
Chris Jerdonek
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-07-05
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".
Mateo Radman
2021-06-29
Refs #32655 -- Improved error if iter_test_cases() is passed a string.
Chris Jerdonek
[next]