This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
8c8427c35ee82648e81eb4982a4e04ccea9edd5c
django
/
tests
/
async
History
Jon Janzen
9fb57fcc70
[4.1.x]
Fixed
#34139
-- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers.
...
Bug in
58b27e0dbb
. Backport of
7b94847e38
from main
2022-11-08 08:13:56 +01:00
..
__init__.py
Fixed
#30451
-- Added ASGI handler and coroutine-safety.
2019-06-20 12:29:43 +02:00
models.py
[4.1.x]
Fixed
#34139
-- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers.
2022-11-08 08:13:56 +01:00
test_async_queryset.py
[4.1.x] Refs
#33646
-- Moved tests of QuerySet async interface into async tests.
2022-11-08 08:13:33 +01:00
test_async_related_managers.py
[4.1.x]
Fixed
#34139
-- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers.
2022-11-08 08:13:56 +01:00
tests.py
[4.1.x]
Fixed
#34062
-- Updated View.http_method_not_allowed() to support async.
2022-09-29 16:29:34 +02:00