| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-28 | Refs #36520 -- Ensured only the header value is passed to ↵ | Jake Howard | |
| parse_header_parameters for multipart requests. Header parsing should apply only to the header value. The previous implementation happened to work but relied on unintended behavior. | |||
| 2025-07-23 | Refs #36500 -- Rewrapped long docstrings and block comments via a script. | django-bot | |
| Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505. | |||
| 2025-05-13 | Fixed #36332 -- Corrected HttpRequest.get_full_path() and ↵ | Aleksandr Safonov | |
| HttpRequest.get_full_path_info() examples. | |||
| 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 | |
| headers. This also allow customizing the maximum size of headers via MAX_TOTAL_HEADER_SIZE. | |||
| 2023-08-25 | Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the ↵ | Mariusz Felisiak | |
| application/x-www-form-urlencoded content type. Thanks Eki Xu for the report. | |||
| 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 ↵ | Mariusz Felisiak | |
| HttpRequest and subclasses." This reverts commit 6220c445c40a6a7f4d442de8bde2628346153963. Thanks Adam Johnson and Márton Salomváry for reports. | |||
| 2023-01-07 | Renamed 'requests' test package. | Tim Graham | |
| This avoids a collision when third-party database backends depend on the Requests HTTP library. | |||
