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 6.1.

This commit is contained in:
Jacob Walls
2025-09-05 14:35:00 -04:00
committed by nessita
parent 0655d958bd
commit b83204a06e
3 changed files with 8 additions and 7 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
1,200,000 to 1,500,000.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~