diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 | ||||
| -rw-r--r-- | docs/releases/3.1.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index f8c1347abc..f6b27cfa63 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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+ (required) +* asgiref_ 3.2.10+ (required) * bcrypt_ * docutils_ * geoip2_ diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 530486ba6d..a9843f638b 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -698,6 +698,9 @@ Miscellaneous * The :ttag:`{% localize off %} <localize>` tag and :tfilter:`unlocalize` filter no longer respect :setting:`DECIMAL_SEPARATOR` setting. +* The minimum supported version of ``asgiref`` is increased from 3.2 to + 3.2.10. + .. _deprecated-features-3.1: Features deprecated in 3.1 |
