This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-05-04 21:54:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f3e5fba7c5
django
/
django
/
core
/
handlers
History
Adam Johnson
6e5041f57c
Removed unused param_dict return from URLResolver.resolve_error_handler().
...
Unused since its introduction in
ed114e1510
.
2020-06-22 21:28:56 +02:00
..
__init__.py
Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead.
2005-07-18 06:30:26 +00:00
asgi.py
Fixed
#31515
-- Made ASGIHandler dispatch lifecycle signals with thread sensitive.
2020-05-06 09:42:02 +02:00
base.py
Refs
#31040
, Refs
#31224
-- Prevented cycles in exceptions chain.
2020-05-28 13:05:15 +02:00
exception.py
Removed unused param_dict return from URLResolver.resolve_error_handler().
2020-06-22 21:28:56 +02:00
wsgi.py
Fixed
#31240
-- Properly closed FileResponse when wsgi.file_wrapper is used.
2020-02-11 20:39:12 +01:00