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
/
tests
/
runtests.py
Age
Commit message (
Expand
)
Author
2025-12-11
Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkserver mode.
Jacob Walls
2025-11-11
Refs #35844 -- Checked for forkserver mode when running runtests.py with --se...
Jacob Walls
2025-09-17
Advanced deprecation warnings for Django 6.1.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-18
Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...
Clifford Gama
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-15
Advanced deprecation warnings for Django 6.0.
Sarah Boyce
2024-12-04
Fixed #35952 -- Used class property for available apps check on TransactionTe...
Jake Howard
2024-09-30
Fixed #35797 -- Removed debug context processor from default project template.
Marc Gibbons
2024-05-22
Advanced deprecation warnings for Django 5.2.
Natalia
2023-11-27
Refs #34986 -- Added django.utils.version.PYPY.
Nick Pope
2023-11-21
Fixed runtests.py crash on PyPy.
Michał Górny
2023-10-18
Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.
Sarah Boyce
2023-09-18
Advanced deprecation warnings for Django 5.1.
Mariusz Felisiak
2023-09-18
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...
Mariusz Felisiak
2023-09-07
Fixed #34810 -- Measured test coverage on django-admin commands.
Jacob Walls
2023-09-04
Refs #34233 -- Bumped minimum supported version of docutils to 0.19.
Jacob Walls
2023-08-31
Refs #32355 -- Removed unnecessary getattr() call.
Mariusz Felisiak
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2023-01-17
Advanced deprecation warnings for Django 5.0.
Mariusz Felisiak
2023-01-17
Refs #32339 -- Changed default form and formset rendering style to div-based.
Mariusz Felisiak
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-05-19
Fixed #33719 -- Fixed test command crash when running in parallel.
Mariusz Felisiak
2022-05-17
Advanced deprecation warnings for Django 4.2.
Carlton Gibson
2022-05-17
Refs #32339 -- Deprecated default.html form template.
David Smith
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
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-21
Fixed #33455 -- Improved error message when selenium is not installed.
My-Name-Is-Nabil
2021-09-20
Advanced deprecation warnings for Django 4.1.
Mariusz Felisiak
2021-09-20
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
Mariusz Felisiak
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-03
Fixed #31621 -- Added support for '--parallel auto' to test management command.
Adam Johnson
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-06-10
Fixed #32609 -- Updated runtests.py to support directory path test labels.
Chris Jerdonek
2021-06-07
Refs #32668 -- Renamed setup()/teardown() to setup_run_tests()/teardown_run_t...
Chris Jerdonek
2021-06-07
Refs #32668 -- Changed bisect_tests() and paired_tests() to use only setup_co...
Chris Jerdonek
2021-06-07
Refs #32668 -- Passed setup()'s return value to run_tests() instead of get_in...
Chris Jerdonek
2021-06-07
Refs #32668 -- Refactored out setup_collect_tests() in runtests.py.
Chris Jerdonek
2021-06-07
Refs #32668 -- Added gis_enabled argument to get_test_modules().
Chris Jerdonek
2021-06-07
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
Chris Jerdonek
2021-06-05
Refs #32668 -- Simplified start_at/start_after logic in runtests.py's setup().
Chris Jerdonek
2021-06-03
Refs #32668 -- Simplified get_test_modules() in runtests.py.
Chris Jerdonek
2021-06-03
Refs #32668 -- Refactored away module_found_in_labels in runtests.py's setup().
Chris Jerdonek
2021-06-03
Refs #32668 -- Made setup()'s test_labels argument optional in runtests.py.
Chris Jerdonek
2021-04-19
Refs #32609 -- Simplified test_labels_set construction in runtests.py's setup().
Chris Jerdonek
2021-04-19
Refs #32611 -- Removed initial "Testing against ..." log message calls from -...
Chris Jerdonek
2021-04-19
Fixed #32611 -- Prevented unecessary setup()/teardown() calls when using --bi...
Chris Jerdonek
2021-04-13
Reduced the garbage collection frequency in runtests.py.
Adam Johnson
[next]