1
0
mirror of https://github.com/django/django.git synced 2025-04-29 03:34:45 +00:00

3 Commits

Author SHA1 Message Date
Jon Janzen
9fb57fcc70 [4.1.x] Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers.
Bug in 58b27e0dbb3d31ca1438790870b2b51ecdb10500.

Backport of 7b94847e384b1a8c05a7d4c8778958c0290bdf9a from main
2022-11-08 08:13:56 +01:00
Bhuvnesh
8740d2f452 [4.1.x] Refs #33646 -- Moved tests of QuerySet async interface into async tests.
Backport of e580b891cb5ae31eb0571c88428afb9bf69e47f2 from main
2022-11-08 08:13:33 +01:00
Andrew Godwin
a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety.
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.
2019-06-20 12:29:43 +02:00