django1/django/core/handlers
Carlton Gibson eea0bf7bd5 Refs #30669 -- Removed incorrect branch in ASGIHander.read_body().
None is not valid for settings.FILE_UPLOAD_MAX_MEMORY_SIZE.
Always use SpooledTemporaryFile.
2019-07-31 13:33:01 +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 #30669 -- Removed incorrect branch in ASGIHander.read_body(). 2019-07-31 13:33:01 +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 Fixed #30567 -- Made WSGIHandler pass FileResponse.block_size to wsgi.file_wrapper. 2019-07-26 07:31:51 +02:00