summaryrefslogtreecommitdiff
path: root/tests/async
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling2023-02-142-3/+16
* Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson2022-12-201-2/+2
* Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen2022-11-091-1/+51
* Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen2022-11-082-0/+60
* Refs #33646 -- Moved tests of QuerySet async interface into async tests.Bhuvnesh2022-11-032-0/+254
* Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn2022-11-021-0/+25
* Fixed #34062 -- Updated View.http_method_not_allowed() to support async.Antoine Lorence2022-09-291-2/+21
* Removed stale Windows asyncio test skips.Carlton Gibson2022-04-141-14/+1
* Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson2022-04-071-1/+67
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+18
* Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin2020-03-051-3/+1
* Fixed #31253 -- Fixed data loss possibility when using caching from async code.Jon Dufresne2020-02-111-0/+13
* Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin2019-12-031-1/+12
* Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.Carlton Gibson2019-10-241-0/+5
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-203-0/+41