The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #24072 -- Added FileResponse for streaming binary files.
by
Leah the Coyote 2015-01-03 17:06:24 UTC
commit 3d2cae0896ee8026d1c2c5d31e4c4c8f74f2fef4
Django
django/core/handlers/wsgi.py
-2
django/http/__init__.py
+3
-5
django/http/response.py
-19
django/views/static.py
+3
-2
docs/ref/request-response.txt
-18
docs/releases/1.8.txt
-2
tests/middleware/tests.py
+2
-16
tests/wsgi/tests.py
-22
tests/wsgi/urls.py
+1
-2
expand_less