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
2026-04-16
Added DatabaseFeatures.disallowed_simple_test_case_connection_methods.
Tim Graham
2026-04-07
Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.
Jacob Walls
2026-03-30
Refs #36770 -- Guarded against an endless wait in LiveServerThread.terminate().
Jacob Walls
2026-03-19
Fixed #36958 -- Reloaded logging config when logging settings are changed in ...
SnippyCodes
2026-03-16
Fixed #36859 -- Made assertContains and assertNotContains idempotent for stre...
Baptiste Mispelon
2026-03-13
Fixed #36966 -- Fixed ValueError when `query_params` and `follow` are used on...
Marc Gibbons
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-12-19
Fixed #36487 -- Fixed logger error message with partial callbacks.
Krishnaprasad MG
2025-12-03
Closed pool when parallel test runner encounters unpicklable exceptions.
Jacob Walls
2025-10-29
Fixed #36678 -- Limited retries in ParallelTestRunner.
Jacob Walls
2025-10-28
Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...
Mariusz Felisiak
2025-10-21
Fixed #36677 -- Fixed scheduling of system checks in ParallelTestSuite workers.
Jacob Walls
2025-09-26
Fixed #36491 -- Fixed crash in ParallelTestRunner with --buffer.
Shubham Singh
2025-09-16
Fixed #36083 -- Ran system checks in ParallelTestSuite workers.
Adam Zapletal
2025-09-15
Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for PartialTe...
Caitie Baca
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
2025-07-29
Fixed #36531 -- Added forkserver support to parallel test runner.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-18
Fixed #35728 -- Computed error messages in assertions only on test failures.
Clifford Gama
2025-06-27
Refs #15727 -- Updated AdminSeleniumTestCase to use ContentSecurityPolicyMidd...
Natalia
2025-06-21
Removed @skipIfDBFeature silencing of nonexistent features.
Tim Graham
2025-06-20
Removed @skipUnlessDBFeature silencing of nonexistent features.
Tim Graham
2025-06-16
Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql.
Natalia
2025-06-05
Fixed #36435 -- Made CaptureQueriesContext restore reset_queries conditionally.
Adam Johnson
2025-04-16
Disabled Chrome browser pop-ups that were interfering with selenium tests.
Sarah Boyce
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2025-02-16
Fixed #35967 -- Deferred test suite fixtures serialization after all dbs setup.
Simon Charette
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-18
Fixed #35448 -- Fixed formatting of test --debug-sql output.
Tim Graham
2025-01-04
Fixed #36057 -- Enabled test runner to debug chained exceptions with `--pdb` ...
Adam Johnson
2025-01-03
Fixed #35414 -- Used default headers in AsyncRequestFactory.
YashRaj1506
2024-11-06
Fixed #35849 -- Made ParallelTestSuite report correct error location.
David Winiecki
2024-11-06
Refs #35849 -- Added a handle_event hook to ParallelTestSuite.
David Winiecki
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2024-09-17
Fixed #35660 -- Made serialized_rollback and fixture data available in Transa...
Jacob Walls
2024-09-17
Refs #35660 -- Updated TransactionTestCase methods into class or static methods.
Jacob Walls
2024-08-08
Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.
Adam Johnson
2024-07-22
Fixed typo in django/test/testcases.py docstring.
Jacob Walls
2024-05-29
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
Jake Howard
2024-05-13
Fixed SeleniumTestCase.set_emulated_media() when using selenium_hub.
Nick Pope
2024-05-13
Added support for using Microsoft Edge with Selenium.
Nick Pope
2024-05-10
Organized images in the screenshots workflow.
Nick Pope
2024-05-03
Refs #31224 -- Fixed typo in django/test/client.py.
Natalia
2024-05-02
Added a high contrast mode to screenshot cases.
Sarah Boyce
2024-03-13
Fixed #34901 -- Added async-compatible interface to session engines.
Jon Janzen
2024-03-09
Moved --failfast to DiscoverRunner.
Adam Johnson
2024-02-26
Refs #32114 -- Fixed test crash on non-picklable objects in subtests when Pic...
David Wobrock
[next]