This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-06 07:22:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
Mariusz Felisiak
11920e7795
Fixed
#34709
-- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type.
...
Thanks Eki Xu for the report.
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