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