django1/django/core/handlers
Carlton Gibson e17ee44688 Fixed #32128 -- Added asgiref 3.3 compatibility.
Thread sensitive parameter is True by default from asgiref v3.3.0.
Added an explicit thread_sensitive=False to previously implicit uses.
2020-10-27 11:24:07 +01:00
..
__init__.py
asgi.py Fixed #31515 -- Made ASGIHandler dispatch lifecycle signals with thread sensitive. 2020-05-06 09:42:02 +02:00
base.py Fixed #32128 -- Added asgiref 3.3 compatibility. 2020-10-27 11:24:07 +01:00
exception.py Fixed #32128 -- Added asgiref 3.3 compatibility. 2020-10-27 11:24:07 +01:00
wsgi.py Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used. 2020-02-11 20:39:12 +01:00