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-03-09 08:52:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
async
History
Jon Janzen
7b94847e38
Fixed
#34139
-- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers.
...
Bug in 58b27e0dbb3d31ca1438790870b2b51ecdb10500.
2022-11-08 06:20:10 +01:00
..
__init__.py
…
models.py
Fixed
#34139
-- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers.
2022-11-08 06:20:10 +01:00
test_async_model_methods.py
Fixed
#34112
-- Added async-compatible interface to Model methods.
2022-11-02 09:14:17 +01:00
test_async_queryset.py
Refs
#33646
-- Moved tests of QuerySet async interface into async tests.
2022-11-03 20:11:19 +01:00
test_async_related_managers.py
Fixed
#34139
-- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers.
2022-11-08 06:20:10 +01:00
tests.py
Fixed
#34062
-- Updated View.http_method_not_allowed() to support async.
2022-09-29 16:28:44 +02:00