From faad809e09af5617f1cda579f5b031233be21cb3 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Wed, 17 Jun 2020 07:46:45 +0200 Subject: Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API. --- docs/internals/contributing/writing-code/unit-tests.txt | 2 +- docs/releases/3.2.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index deaa5a0b19..f8c1347abc 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -270,7 +270,7 @@ Running all the tests If you want to run the full suite of tests, you'll need to install a number of dependencies: -* argon2-cffi_ 16.1.0+ +* argon2-cffi_ 19.1.0+ * asgiref_ 3.2+ (required) * bcrypt_ * docutils_ diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 1bb4dbed1e..11da13daba 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -324,6 +324,8 @@ Miscellaneous * The :tfilter:`intcomma` and :tfilter:`intword` template filters no longer depend on the :setting:`USE_L10N` setting. +* Support for ``argon2-cffi`` < 19.1.0 is removed. + .. _deprecated-features-3.2: Features deprecated in 3.2 -- cgit v1.3