1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Increased the default PBKDF2 iterations for Django 5.1.

This commit is contained in:
Mariusz Felisiak
2023-09-15 10:54:10 +02:00
parent caf87b4d42
commit 0e560edf32
3 changed files with 7 additions and 6 deletions

View File

@@ -42,7 +42,8 @@ Minor features
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The default iteration count for the PBKDF2 password hasher is increased from
720,000 to 870,000.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~