summaryrefslogtreecommitdiff
path: root/docs/topics/async.txt
AgeCommit message (Expand)Author
2025-03-18[5.2.x] Fixed #33497 -- Doc'd that persistent DB connections should be disabl...Carlton Gibson
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-11-17Removed obsolete warnings about asgiref.sync adapters with sensitive variables.Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-09-13Refs #31949 -- Made make_middleware_decorator to work with async functions.Ben Lomax
2023-09-11Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.Sam Toyer
2023-07-10Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async func...Ben Lomax
2023-07-10Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters decor...Mariusz Felisiak
2023-07-10Refs #31949 -- Made @csrf_exempt decorator to work with async functions.Ben Lomax
2023-06-26Refs #31949 -- Made http decorators to work with async functions.th3nn3ss
2023-05-23Refs #31949 -- Made @no_append_slash decorator to work with async functions.Ben Lomax
2023-05-20Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to wo...Ben Lomax
2023-04-25Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-04-03Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss
2023-03-22Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-07Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-12-19Fixed typo in docs/topics/async.txt.Mariusz Felisiak
2022-11-09Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen
2022-11-02Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
2022-04-20Refs #33646 -- Added example for async cross-thread connection access.Carlton Gibson
2022-04-07Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson
2022-02-09Fixed #33495 -- Improved debug logging message about adapting handlers for mi...Aaron Chong
2021-06-22Added a note about %autoawait off for IPython.Russell Keith-Magee
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-09-03Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM ca...Mariusz Felisiak
2020-08-20Improved wording in async views docs.Juan Pedro Fisanotti
2020-05-27Fixed some formatting issues in docs.Mariusz Felisiak
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-14Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.Andrew Godwin
2020-03-26Clarified async documentation.Adam Johnson
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-03-17Fixed typo in docs/topics/async.txt.Carlton Gibson
2020-03-13Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
2019-12-03Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin
2019-12-03Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin