summaryrefslogtreecommitdiff
path: root/django/utils/asyncio.py
AgeCommit message (Expand)Author
2021-10-05[3.2.x] Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_l...Mariusz Felisiak
2019-12-03Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin