This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
handlers
History
alan
11bb365c7b
Apply all patches up to CVE-2023-36053
2023-07-13 14:15:15 -07:00
..
templates
Fixed
#24829
-- Allowed use of TemplateResponse in view error handlers.
2015-06-17 17:11:50 -04:00
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
test_exception.py
Apply all patches up to CVE-2023-36053
2023-07-13 14:15:15 -07:00
tests_custom_error_handlers.py
Refs
#24829
-- Made TemplateResponse.content available sooner in exception context
2016-06-24 10:22:30 +02:00
tests.py
[1.11.x]
Fixed
#30070
, CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page.
2019-01-03 22:09:25 -05:00
urls.py
Fixed
#26546
-- Allowed HTTPStatus enum values for HttpResponse.status.
2016-04-29 10:55:01 -04:00
views.py
Fixed
#26546
-- Allowed HTTPStatus enum values for HttpResponse.status.
2016-04-29 10:55:01 -04:00