Tim Graham
|
26f181939e
|
[4.2.x] Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of 2c4dc64760 from main
|
2023-04-17 07:44:29 +02:00 |
|
Carlton Gibson
|
d118cbb1ed
|
[4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables.
Backport of 6087bc4e15 from main.
|
2023-03-22 16:24:56 +01:00 |
|
django-bot
|
62510f01e7
|
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:39:03 +01:00 |
|
Joseph Victor Zammit
|
5bdd6223a2
|
[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Backport of ba755ca131 from main
|
2023-02-28 12:54:33 +01:00 |
|
Carlton Gibson
|
b784768eef
|
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
Backport of 534ac48297 from main.
|
2023-02-10 21:12:06 +01:00 |
|
Carlton Gibson
|
32d70b2f55
|
Refs #34118 -- Adopted asgiref coroutine detection shims.
Thanks to Mariusz Felisiak for review.
|
2022-12-20 11:10:48 +01:00 |
|
Mariusz Felisiak
|
0c60d11bdb
|
Fixed typo in docs/topics/async.txt.
|
2022-12-19 20:25:38 +01:00 |
|
Jon Janzen
|
321ecb40f4
|
Fixed #34135 -- Added async-compatible interface to related managers.
|
2022-11-09 10:32:40 +01:00 |
|
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 |
|
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 |
|