1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/django/http
2023-03-14 05:45:30 +01: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 CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-14 08:18:40 +01:00
response.py Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compress and brotli. 2023-03-14 05:45:30 +01:00