Jan Pieter Waagmeester
|
24959e48d9
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings.
|
7 years ago |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 years ago |
Morgan Aubert
|
704443acac
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
|
6 years ago |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
6 years ago |
Nick Sarbicki
|
47268242b0
Fixed #29082 -- Allowed the test client to encode JSON request data.
|
7 years ago |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 years ago |
Ramiro Morales
|
37c17846ad
Fixed #28343 -- Add an OS chooser for docs command line examples.
|
7 years ago |
Will Ayd
|
09530e61a0
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
|
7 years ago |
Mariusz Felisiak
|
7c81b28ebc
Updated various links in docs to use HTTPS.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Riccardo Magliocchetti
|
bdf192c593
Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.
|
7 years ago |
Michiel Beijen
|
5e8625ba64
Renamed "Mac OS X" to "macOS" in docs.
|
7 years ago |
Tim Graham
|
545a88fc16
Fixed typo in docs/topics/testing/tools.txt.
|
8 years ago |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
7510b872e7
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
|
8 years ago |
Tim Graham
|
0f454f5d4d
Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().
|
8 years ago |
Pamela McA'Nulty
|
2c4d15e319
Fixed typo in docs/topics/testing/tools.txt.
|
8 years ago |
Michael Scott
|
3c447b108a
Fixed #15143 -- Doc'd how to set the language for the test client.
|
8 years ago |
Tim Graham
|
81cdcb66bc
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
|
8 years ago |
Ville Skyttä
|
96f97691ad
Fixed broken links in docs and comments.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 years ago |
Tim Graham
|
e475e84970
Refs #26021 -- Used hanging indentation in some doc examples.
|
8 years ago |
Vasiliy Faronov
|
ac77c55bc5
Fixed #26567 -- Updated references to obsolete RFC2616.
|
8 years ago |
Tim Graham
|
f945fb24a3
Fixed #26554 -- Updated docs URLs to readthedocs.io
|
8 years ago |
eltronix
|
8ccb8ff453
Fixed typo in docs/topics/testing/tools.txt
|
8 years ago |
eltronix
|
75c5e547b5
Fixed typo in docs/topics/testing/tools.txt
|
8 years ago |
Alexander Gaevsky
|
107165c4b0
Fixed #24987 -- Allowed inactive users to login with the test client.
|
9 years ago |