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 #19519 -- Fired request_finished in the WSGI iterable's close().
by
Shawn the Jaguar 2012-12-30 14:19:22 UTC
commit acc5396e6d0ac49ae9dc6abc08903b81e6553199
Django
django/core/handlers/wsgi.py
+2
-2
django/http/response.py
+1
-9
django/test/client.py
+13
-22
django/test/utils.py
+1
-7
docs/ref/request-response.txt
-2
docs/ref/signals.txt
-12
docs/releases/1.5.txt
-13
tests/regressiontests/handlers/tests.py
+3
-35
tests/regressiontests/handlers/urls.py
-9
expand_less