index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
async.txt
Age
Commit message (
Expand
)
Author
2020-10-27
Fixed #32128 -- Added asgiref 3.3 compatibility.
Carlton Gibson
2020-09-03
Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM ca...
Mariusz Felisiak
2020-08-20
Improved wording in async views docs.
Juan Pedro Fisanotti
2020-05-27
Fixed some formatting issues in docs.
Mariusz Felisiak
2020-05-13
Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-14
Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
Andrew Godwin
2020-03-26
Clarified async documentation.
Adam Johnson
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-03-17
Fixed typo in docs/topics/async.txt.
Carlton Gibson
2020-03-13
Refs #31224 -- Doc'd async adapter functions.
Andrew Godwin
2019-12-03
Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...
Andrew Godwin
2019-12-03
Refs #30451 -- Doc'd asynchronous support and async-safety.
Andrew Godwin