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-07-07 03:09:22 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
responses
History
Carlton Gibson
b3e4494d75
[3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
...
Thanks to Motoyasu Saburi for the report.
2022-08-03 08:48:33 +02:00
..
__init__.py
Fixed
#12747
-- Made reason phrases customizable.
2013-05-19 13:14:54 +02:00
test_cookie.py
Fixed
#31982
-- Made HttpResponse.set_cookie() cast max_age argument to an integer.
2020-09-05 10:07:23 +02:00
test_fileresponse.py
[3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
2022-08-03 08:48:33 +02:00
tests.py
Fixed
#31789
-- Added a new headers interface to HttpResponse.
2020-09-14 08:41:59 +02:00