index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
requests
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-04-30
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...
Hasan Ramezani
2021-02-23
Fixed DataUploadMaxNumberOfFieldsFormPost.test_number_exceeded().
Mariusz Felisiak
2021-02-19
Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.
Nick Pope
2021-01-14
Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.
Mariusz Felisiak
2020-01-27
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
Claude Paroz
2020-01-24
Refs #30997 -- Added HttpRequest.accepts().
Claude Paroz
2019-12-05
Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...
Gordon Pendleton
2019-08-23
Fixed typos in test names and a comment.
Min ho Kim
2019-05-09
Fixed #30310 -- Added support for looking up HttpHeaders.headers using unders...
Troon
2019-03-02
Refs #30227 -- Added helpful message for non-ASCII Content-Type in mulitpart ...
Tim Graham
2019-03-02
Fixed #30227 -- Fixed crash on request without boundary in Content-Type.
Tim Graham
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-16
Fixed #20147 -- Added HttpRequest.headers.
Santiago Basulto
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-01-10
Added more tests for HttpRequest.build_absolute_uri().
George-Cristian Bîrzan
2018-01-10
Updated HttpRequest.build_absolute_uri() tests to use subTest().
Tim Graham
2018-01-08
Moved HttpResponse.set_cookie() tests to an appropriate location.
Tim Graham
2018-01-02
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
Alexey
2017-11-07
Fixed #28720 -- Added HttpRequest.get_full_path_info().
Jonas Haag
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-25
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
Rajesh Veeranki
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-20
Refs #23919 -- Removed str_prefix usage
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-07
Refs #17235 -- Made MultiPartParser leave request.POST immutable.
Vinay Karanam
2016-11-29
Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".
Anton Samarchyan
2016-11-17
Fixed #27156 -- Made changing HttpRequest.encoding clear GET.
PREMANAND
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-01
Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
Tim Graham
2016-08-30
Fixed #27113 -- Tested that setting HttpRequest.encoding clears POST.
PremAnand Lakshmanan
2016-08-23
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-08-11
Fixed #27046 -- Supported IPv6-formatted IPv4 addresses in host validation.
Tim Graham
2016-08-03
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Tim Graham
2016-05-12
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-15
Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.
Collin Anderson
2016-02-15
Fixed #26126 -- Fixed transient failure of test_max_age_expiration
Berker Peksag
2016-02-10
Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.
Curtis Maloney
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-18
Fixed #25644 -- Fixed reset cookie expiry date bug.
Raphael Merx
[next]