Alex Gaynor
|
9a56b4b13e
Fixed #27863 -- Added support for the SameSite cookie flag.
|
7 years ago |
Jon Dufresne
|
0a66aa158a
Refs #27308, #27753 -- Removed obsolete cookie test mixing bytes with str.
|
7 years ago |
Jon Dufresne
|
21046e7773
Fixed #28249 -- Removed unnecessary dict.keys() calls.
|
7 years ago |
Rajesh Veeranki
|
67e1afb4a8
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
|
7 years ago |
Tim Graham
|
6b4f018b2b
Replaced type-specific assertions with assertEqual().
|
8 years ago |
Tim Graham
|
500532c95d
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
8 years ago |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |
Claude Paroz
|
042b7350a0
Refs #23919 -- Removed unneeded str() calls
|
8 years ago |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 years ago |
Claude Paroz
|
dc8834cad4
Refs #23919 -- Removed unneeded force_str calls
|
8 years ago |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 years ago |
Claude Paroz
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 years ago |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
roboslone
|
544b2ef29f
Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' header.
|
8 years ago |
Jerome Leclanche
|
a849ec1880
Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRedirect is raised.
|
8 years ago |
Ramin Farajpour Cami
|
0a63ef3f61
Fixed #27463 -- Fixed E741 flake8 warnings.
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Jon Dufresne
|
4f336f6652
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
8 years ago |
wim glenn
|
5ebebd1159
Fixed #26707 -- Added QueryDict.fromkeys()
|
8 years ago |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
Collin Anderson
|
93a135d111
Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.
|
9 years ago |
Tim Graham
|
b4347d82b7
Replaced unnecessary smart_str() with force_str() in httpwrappers tests.
|
9 years ago |
Hasan
|
04de436932
Made multiline assertRaises* conform to flake8's E128 rule.
|
9 years ago |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
Johannes Hoppe
|
5233b70070
Fixed #25725 -- Made HttpReponse immediately close objects.
|
9 years ago |
Iacopo Spalletti
|
d693074d43
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
|
9 years ago |
Josh Soref
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
9 years ago |
Sambhav Satija
|
d0bd533043
Fixed #25254 -- Added JsonResponse json_dumps_params parameter.
|
9 years ago |
Keryn Knight
|
c96f11257b
Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
|
9 years ago |