mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +00:00
[3.2.x] Updated asgiref dependency for 3.2 release series.
Backport of 5aea50e57f
from main
This commit is contained in:
parent
29e2df24e7
commit
011b92ce98
4 changed files with 6 additions and 3 deletions
|
@ -271,7 +271,7 @@ If you want to run the full suite of tests, you'll need to install a number of
|
|||
dependencies:
|
||||
|
||||
* argon2-cffi_ 19.1.0+
|
||||
* asgiref_ 3.2.10+ (required)
|
||||
* asgiref_ 3.3.2+ (required)
|
||||
* bcrypt_
|
||||
* colorama_
|
||||
* docutils_
|
||||
|
|
|
@ -739,6 +739,9 @@ Miscellaneous
|
|||
messages in the :rfc:`6265` compliant format. Support for cookies that use
|
||||
the old format remains until Django 4.1.
|
||||
|
||||
* The minimum supported version of ``asgiref`` is increased from 3.2.10 to
|
||||
3.3.2.
|
||||
|
||||
.. _deprecated-features-3.2:
|
||||
|
||||
Features deprecated in 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue