mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.
This commit is contained in:
parent
ee49cf4f35
commit
faad809e09
4 changed files with 37 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue