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 #18558 -- Added url property to HttpResponseRedirect*
Thanks coolRR for the report.
by
Leslie the Labrador Retriever 2013-02-13 08:55:43 UTC
commit e94f405d9499d310ef58b7409a98759a5f5512b0
Django
AUTHORS
-1
django/contrib/auth/tests/decorators.py
+1
-1
django/contrib/auth/tests/views.py
+14
-14
django/contrib/formtools/tests/wizard/namedwizardtests/tests.py
+18
-18
django/http/response.py
-2
django/test/client.py
+1
-1
django/test/testcases.py
+1
-1
docs/ref/request-response.txt
-7
docs/releases/1.6.txt
-4
tests/regressiontests/admin_views/tests.py
+1
-1
tests/regressiontests/generic_views/base.py
+11
-11
tests/regressiontests/httpwrappers/tests.py
-2
tests/regressiontests/middleware/tests.py
+10
-10
tests/regressiontests/urlpatterns_reverse/tests.py
+8
-8
tests/regressiontests/views/tests/i18n.py
+1
-1
expand_less