1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00
django/django/http
2023-08-25 21:27:22 +02:00
..
__init__.py Fixed #34074 -- Added headers argument to RequestFactory and Client classes. 2022-11-14 10:21:51 +01:00
cookie.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
multipartparser.py Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-14 08:18:40 +01:00
request.py Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type. 2023-08-25 21:27:22 +02:00
response.py Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 2023-04-12 18:52:43 +02:00