1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +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

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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~