summaryrefslogtreecommitdiff
path: root/tests/async/models.py
AgeCommit message (Collapse)Author
2022-11-08[4.1.x] Fixed #34139 -- Fixed acreate(), aget_or_create(), and ↵Jon Janzen
aupdate_or_create() methods for related managers. Bug in 58b27e0dbb3d31ca1438790870b2b51ecdb10500. Backport of 7b94847e384b1a8c05a7d4c8778958c0290bdf9a from main
2022-11-08[4.1.x] Refs #33646 -- Moved tests of QuerySet async interface into async tests.Bhuvnesh
Backport of e580b891cb5ae31eb0571c88428afb9bf69e47f2 from main
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.