1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Moved release note about the default PBKDF2 iterations into django.contrib.auth section.

Thanks Tim Graham for the report.
This commit is contained in:
Mariusz Felisiak 2023-01-25 22:25:29 +01:00 committed by GitHub
parent d8e1442ce2
commit 882f99031e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,13 +48,13 @@ Minor features
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* The default iteration count for the PBKDF2 password hasher is increased from
480,000 to 580,000.
* ...
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The default iteration count for the PBKDF2 password hasher is increased from
480,000 to 580,000.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~