index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
async
Age
Commit message (
Expand
)
Author
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-11-09
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-08
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-11-03
Refs #33646 -- Moved tests of QuerySet async interface into async tests.
Bhuvnesh
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-09-29
Fixed #34062 -- Updated View.http_method_not_allowed() to support async.
Antoine Lorence
2022-04-14
Removed stale Windows asyncio test skips.
Carlton Gibson
2022-04-07
Fixed #33611 -- Allowed View subclasses to define async method handlers.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-03-05
Refs #31224 -- Added autoconversion of test async methods.
Andrew Godwin
2020-02-11
Fixed #31253 -- Fixed data loss possibility when using caching from async code.
Jon Dufresne
2019-12-03
Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...
Andrew Godwin
2019-10-24
Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.
Carlton Gibson
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin