This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
ed668796f6
django1
/
django
/
core
/
handlers
History
Mariusz Felisiak
7f19e37135
Refs
#30451
-- Added more tests for ASGIRequest and ASGIHandler.
2019-06-20 12:29:58 +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
Refs
#30451
-- Added more tests for ASGIRequest and ASGIHandler.
2019-06-20 12:29:58 +02:00
base.py
Refs
#24829
-- Removed TemplateResponse rendering in BaseHandler.get_response().
2018-11-20 11:04:44 -05:00
exception.py
Corrected docs and removed unused code for got_request_exception signal's sender argument.
2018-11-20 10:15:58 -05:00
wsgi.py
Refs
#30451
-- Added HttpRequest._set_content_type_params() hook.
2019-06-15 10:29:02 -07:00