This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d5bcdf858d962d02de925603c17986980f03729a
django
/
tests
/
async
History
DevilsAutumn
d5bcdf858d
Fixed
#34112
-- Added async-compatible interface to Model methods.
...
Thanks Adam Johnson for the review.
2022-11-02 09:14:17 +01:00
..
__init__.py
Fixed
#30451
-- Added ASGI handler and coroutine-safety.
2019-06-20 12:29:43 +02:00
models.py
Fixed
#30451
-- Added ASGI handler and coroutine-safety.
2019-06-20 12:29:43 +02:00
test_async_model_methods.py
Fixed
#34112
-- Added async-compatible interface to Model methods.
2022-11-02 09:14:17 +01:00
tests.py
Fixed
#34062
-- Updated View.http_method_not_allowed() to support async.
2022-09-29 16:28:44 +02:00