diff options
| author | Michael Galler <michael.galler@schnapptack.de> | 2020-08-20 18:41:22 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-26 07:13:49 +0200 |
| commit | 547a07fa7ec4364ea9ecd2aabfdd16ee4c63003c (patch) | |
| tree | c34620659c055b19d3948d7a13e5303c8f73af09 /docs | |
| parent | 0b0658111cba538b91072b9a133fd5545f3f46d1 (diff) | |
Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response() with thread sensitive.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt index fd0843c2ae..6359f181fa 100644 --- a/docs/releases/3.1.1.txt +++ b/docs/releases/3.1.1.txt @@ -35,3 +35,7 @@ Bugfixes * Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in ``TemplateView.get_context_data()`` (:ticket:`31877`). + +* Enforced thread sensitivity of the :class:`MiddlewareMixin.process_request() + <django.utils.deprecation.MiddlewareMixin>` and ``process_response()`` hooks + when in an async context (:ticket:`31905`). |
