mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
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.
This commit is contained in:
committed by
Carlton Gibson
parent
0b4fe82c74
commit
e17ee44688
@@ -51,3 +51,5 @@ Bugfixes
|
||||
|
||||
* Fixed a regression in Django 3.1 that invalidated pre-Django 3.1 password
|
||||
reset tokens (:ticket:`32130`).
|
||||
|
||||
* Added support for ``asgiref`` 3.3 (:ticket:`32128`).
|
||||
|
||||
Reference in New Issue
Block a user