1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Increased the default PBKDF2 iterations for Django 5.0.

Follow up to 9a1848f48c.
This commit is contained in:
Mariusz Felisiak
2023-02-04 13:37:44 +01:00
committed by GitHub
parent 017fa23d3b
commit 5e9aded33f
4 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ Minor features
~~~~~~~~~~~~~~~~~~~~~~~~~~
* The default iteration count for the PBKDF2 password hasher is increased from
480,000 to 580,000.
600,000 to 720,000.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~