Nick Pope
|
c156e36955
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
3 years ago |
John
|
509d266c6a
Added missing mode="rb" argument to open() call in Client.post() example in docs.
|
3 years ago |
Baptiste Mispelon
|
41e6b2a3c5
Fixed #32556 -- Fixed handling empty string as non-boolean attributes value by assertHTMLEqual().
|
3 years ago |
Hasan Ramezani
|
ceb4b9ee68
Fixed #32547 -- Corrected notes about validation in HTML assertions docs.
|
3 years ago |
Jacob Walls
|
286fb73b69
Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
|
4 years ago |
Jacob Walls
|
0c7e880e13
Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
|
4 years ago |
David Smith
|
e412b28845
Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.
|
4 years ago |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
4 years ago |
Hasan Ramezani
|
3f7b327562
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
|
4 years ago |
Carlton Gibson
|
ebb08d1942
Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
|
4 years ago |
Jacob Walls
|
4e4db426c5
Fixed typo in docs/topics/testing/tools.txt.
|
4 years ago |
Tom Carrick
|
bcc2befd0e
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
4 years ago |
Adam Johnson
|
e906ff6fca
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
|
4 years ago |
Jacob Walls
|
659a73bc0a
Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.
|
4 years ago |
Simon Charette
|
3cf80d3fcf
Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
|
6 years ago |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 years ago |
Mariusz Felisiak
|
b28be08cac
Fixed broken links in docs.
|
4 years ago |
Adam Johnson
|
4216225480
Clarified async documentation.
|
4 years ago |
Andrew Godwin
|
fc0fa72ff4
Fixed #31224 -- Added support for asynchronous views and middleware.
|
5 years ago |
yura
|
54b7af7eb4
Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXMLNotEqual().
|
5 years ago |
Claude Paroz
|
7fa0fa45c5
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
|
5 years ago |
Garry Polley
|
0b698eaea6
Added example of assertNumQueries() with "using" kwarg in testing topics docs.
|
5 years ago |
Pavel Savchenko
|
1711c509fa
Fixed #27391 -- Implemented SimpleTestCase.debug().
|
8 years ago |
Mariusz Felisiak
|
b61ea56789
Refs #28478 -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline.
|
5 years ago |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
François Freitag
|
9a88e43aeb
Fixed broken links and redirects in documentation.
|
5 years ago |
Caio Ariede
|
753b67c58d
Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
|
5 years ago |
Caio Ariede
|
4fb9e7b057
Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and comments.
|
5 years ago |
Jon Dufresne
|
48235ba807
Refs #30399 -- Made assertHTMLEqual normalize character and entity references.
|
5 years ago |