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
/
docs
/
topics
/
testing
Age
Commit message (
Expand
)
Author
7 days
Replaced references in docs to accepted PEPs with specific Python docs links.
Mike Edmunds
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-28
Ensured :doc: role uses absolute targets in docs.
Adam Johnson
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-08-04
Corrected assertNumQueries() example in docs/topics/testing/tools.txt.
Adam Zapletal
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2025-02-16
Refs #35967 -- Doc'd DatabaseCreation.serialize_db_to_string() method.
Simon Charette
2025-01-28
Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.
Mariusz Felisiak
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
2024-12-16
Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs.
Chiemezuo
2024-09-17
Fixed #35660 -- Made serialized_rollback and fixture data available in Transa...
Jacob Walls
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-03-06
Fixed broken links and redirects in docs.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-09
Made management command examples more consistent in docs.
evananyonga
2023-12-22
Fixed #34658 -- Added SimpleTestCase.assertNotInHTML().
Nicolas Lupien
2023-11-23
Fixed #14611 -- Added query_params argument to RequestFactory and Client clas...
Tom Carrick
2023-10-03
Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in er...
Chinmoy Chakraborty
2023-10-02
Fixed #32602 -- Clarified wording of TestCase class.
faishalmanzar
2023-09-29
Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.
Mariusz Felisiak
2023-09-18
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Mariusz Felisiak
2023-09-18
Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecat...
Mariusz Felisiak
2023-09-18
Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation ti...
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2023-08-30
Fixed #34757 -- Added support for following redirects to AsyncClient.
Olivier Tabone
2023-08-24
Avoided counting exceptions in AsyncClient docs.
Mariusz Felisiak
2023-06-27
Fixed #34391 -- Added async-compatible interface to auth functions and relate...
Jon Janzen
2023-06-26
Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0.
Mariusz Felisiak
2023-06-13
Refs #30220 -- Bumped required version of Selenium to 3.8.0.
Mariusz Felisiak
2023-04-17
Used extlinks for PyPI links.
Tim Graham
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
Refs #34140 -- Made minor edits to rst code-blocks.
Mariusz Felisiak
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-31
Fixed #34180 -- Added note about resetting language in test tear-downs.
Durval Carvalho
2023-01-17
Refs #33348 -- Removed support for passing response object and form/formset n...
Mariusz Felisiak
2023-01-17
Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...
Mariusz Felisiak
2023-01-17
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2023-01-16
Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
sarahboyce
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-10
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
[next]