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
/
tools.txt
Age
Commit message (
Expand
)
Author
2021-03-26
[3.2.x] Added missing mode="rb" argument to open() call in Client.post() exam...
John
2021-03-18
[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...
Hasan Ramezani
2021-03-05
[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
Jacob Walls
2021-02-26
[3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
Jacob Walls
2021-02-12
[3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.
David Smith
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-04
Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
Carlton Gibson
2020-10-18
Fixed typo in docs/topics/testing/tools.txt.
Jacob Walls
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-07-04
Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.
Jacob Walls
2020-05-15
Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
Simon Charette
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-28
Fixed broken links in docs.
Mariusz Felisiak
2020-03-26
Clarified async documentation.
Adam Johnson
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-02-13
Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...
yura
2020-01-27
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
2019-12-20
Added example of assertNumQueries() with "using" kwarg in testing topics docs.
Garry Polley
2019-10-18
Fixed #27391 -- Implemented SimpleTestCase.debug().
Pavel Savchenko
2019-09-10
Refs #28478 -- Removed support for TestCase's allow_database_queries and mult...
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-21
Fixed broken links and redirects in documentation.
François Freitag
2019-05-24
Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
Caio Ariede
2019-05-24
Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and c...
Caio Ariede
2019-05-09
Refs #30399 -- Made assertHTMLEqual normalize character and entity references.
Jon Dufresne
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-02-20
Fixed #18707 -- Added support for the test client to return 500 responses.
Jon Dufresne
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-08-25
Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.
Dan Palmer
2018-08-25
Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python < ...
Benjamin Bach
2018-06-28
Refs #29513 -- Linked the testing docs from the multi-db topic guide.
Mattia Cattarinussi
2018-06-28
Fixed location of a few doc labels.
Tim Graham
2018-06-21
Updated a test example to use snake case.
Adam Johnson
2018-06-20
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...
Jan Pieter Waagmeester
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-02-06
Fixed #29082 -- Allowed the test client to encode JSON request data.
Nick Sarbicki
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2018-01-08
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
Will Ayd
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-05-11
Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.
Riccardo Magliocchetti
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
[next]