summaryrefslogtreecommitdiff
path: root/tests/async
AgeCommit message (Collapse)Author
2020-02-11[3.0.x] Fixed #31253 -- Fixed data loss possibility when using caching from ↵Jon Dufresne
async code. Case missed in a415ce70bef6d91036b00dd2c8544aed7aeeaaed. Backport of e3f6e18513224c8ad081e5a19da641f49b0b43da from master
2019-12-03[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an ↵Andrew Godwin
environment variable. Backport of c90ab30fa1305481024b9c3c50b5a6ed6cd9a2f5 from master
2019-10-24[3.0.x] Fixed #30900 -- Skipped async-related tests on Windows using Python ↵Carlton Gibson
3.8.0. Refs https://bugs.python.org/issue38563. Backport of e83c300a3312995d46315616f4361dfa110c741b from master
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django.