Andrew Godwin
|
58b27e0dbb
|
Fixed #33646 -- Added async-compatible interface to QuerySet.
Thanks Simon Charette for reviews.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2022-04-26 20:25:23 +02:00 |
Carlton Gibson
|
6b53114dd8
|
Refs #33646 -- Added example for async cross-thread connection access.
|
2022-04-20 14:07:14 +02:00 |
Carlton Gibson
|
9ffd4eae2c
|
Fixed #33611 -- Allowed View subclasses to define async method handlers.
|
2022-04-07 07:05:59 +02:00 |
Aaron Chong
|
2d472ad05c
|
Fixed #33495 -- Improved debug logging message about adapting handlers for middlewares.
It's the wrapped handler that's adapted to the wrapping middleware.
|
2022-02-09 12:10:26 +01:00 |
Russell Keith-Magee
|
4f0a034b9e
|
Added a note about %autoawait off for IPython.
|
2021-06-22 10:23:03 +02:00 |
Mariusz Felisiak
|
b7dd89ed53
|
Removed versionadded/changed annotations for 3.1.
|
2021-01-14 17:50:04 +01:00 |
Carlton Gibson
|
e17ee44688
|
Fixed #32128 -- Added asgiref 3.3 compatibility.
Thread sensitive parameter is True by default from asgiref v3.3.0.
Added an explicit thread_sensitive=False to previously implicit uses.
|
2020-10-27 11:24:07 +01:00 |
Mariusz Felisiak
|
8d59075184
|
Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM calls.
|
2020-09-03 12:06:42 +02:00 |
Juan Pedro Fisanotti
|
41725602af
|
Improved wording in async views docs.
|
2020-08-20 09:06:50 +02:00 |
Mariusz Felisiak
|
803e70b1ad
|
Fixed some formatting issues in docs.
|
2020-05-27 09:07:02 +02:00 |
Nick Pope
|
fbdb032de2
|
Used :envvar: role and .. envvar:: directive in various docs.
|
2020-05-13 09:14:40 +02:00 |
Mariusz Felisiak
|
4c5236ef93
|
Removed versionadded/changed annotations for 3.0.
|
2020-05-13 09:07:51 +02:00 |
Andrew Godwin
|
b5ad450fa6
|
Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
It does not support thread_sensitive when used as a decorator, yet.
|
2020-04-14 07:26:16 +02:00 |
Adam Johnson
|
4216225480
|
Clarified async documentation.
|
2020-03-26 16:46:24 +01:00 |
Andrew Godwin
|
fc0fa72ff4
|
Fixed #31224 -- Added support for asynchronous views and middleware.
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
|
2020-03-18 19:59:12 +01:00 |
Carlton Gibson
|
f622b49010
|
Fixed typo in docs/topics/async.txt.
|
2020-03-17 20:57:02 +01:00 |
Andrew Godwin
|
40a64dd1e2
|
Refs #31224 -- Doc'd async adapter functions.
|
2020-03-13 07:13:44 +01:00 |
Andrew Godwin
|
c90ab30fa1
|
Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable.
|
2019-12-03 17:29:31 +01:00 |
Andrew Godwin
|
635a3f8e6e
|
Refs #30451 -- Doc'd asynchronous support and async-safety.
|
2019-12-03 17:29:10 +01:00 |