| Age | Commit message (Collapse) | Author |
|
|
|
|
|
related methods test clients.
|
|
operation in QuerySet.update_or_create().
|
|
Thanks to Mariusz Felisiak for review.
|
|
|
|
methods for related managers.
Bug in 58b27e0dbb3d31ca1438790870b2b51ecdb10500.
|
|
|
|
Thanks Adam Johnson for the review.
|
|
As with the options() methods, wrap the response in a coroutine if
the view is async.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
Underlying issue was fixed in Python 3.8.1, now many versions ago.
https://bugs.python.org/issue38563
|
|
|
|
|
|
|
|
Case missed in a415ce70bef6d91036b00dd2c8544aed7aeeaaed.
|
|
variable.
|
|
Refs https://bugs.python.org/issue38563.
|
|
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.
|