django1/django/core/handlers
Jonas Lundberg f1e0fc645b Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.
Regression in 441103a04d.
2022-05-31 08:38:00 +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 #33754 -- Fixed crash with prematurely closed ASGI request body. 2022-05-31 08:38:00 +02:00
base.py Prevented initialization of unused database connections. 2022-03-17 07:40:57 +01:00
exception.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
wsgi.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00