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
/
tests
/
requests_tests
Age
Commit message (
Expand
)
Author
9 days
Fixed #36991 -- Raised BadRequest for invalid encodings in Content-Type headers.
Dinesh
2026-04-07
Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.
Natalia
2026-02-24
Fixed #36931 -- Handled LookupError in multipart parser for invalid RFC 2231 ...
sammiee5311
2026-02-10
Fixed #36841 -- Made multipart parser class pluggable on HttpRequest.
farhan
2025-08-28
Refs #36520 -- Ensured only the header value is passed to parse_header_parame...
Jake Howard
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-16
Fixed #36447 -- Selected preferred media type based on quality.
Jake Howard
2025-06-09
Fixed #36446 -- Restored "q" in internal MediaType.params property.
Natalia
2025-06-03
Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type par...
Jake Howard
2025-05-13
Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_ful...
Aleksandr Safonov
2024-09-09
Fixed #35631 -- Added HttpRequest.get_preferred_type().
Jake Howard
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-28
Refs #21442 -- Increased test coverage of requests.
David Smith
2023-11-24
Fixed #34968 -- Made multipart parsing of headers raise an error on too long ...
Standa Opichal
2023-08-25
Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application...
Mariusz Felisiak
2023-08-02
Added more tests for django.http.request.split_domain_port().
Nick Pope
2023-06-07
Added MultiPartParser tests for parsing base64-encoded fields.
benebsiny
2023-04-12
Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...
Mariusz Felisiak
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-01-07
Renamed 'requests' test package.
Tim Graham