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-04-04 05:26:43 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
Nicolas Restrepo
bbb3965826
Refs
#24121
-- Added __repr__() to StreamingHttpResponse and subclasses.
2021-06-22 21:28:48 +02:00
..
__init__.py
Fixed
#26052
-- Moved conditional_content_removal() processing to the test client.
2016-04-25 07:56:07 -04:00
cookie.py
Fixed
#32355
-- Dropped support for Python 3.6 and 3.7
2021-02-10 10:20:54 +01:00
multipartparser.py
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
2021-05-04 08:44:42 +02:00
request.py
Fixed
#32698
-- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri().
2021-04-30 08:05:42 +02:00
response.py
Refs
#24121
-- Added __repr__() to StreamingHttpResponse and subclasses.
2021-06-22 21:28:48 +02:00