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

This commit is contained in:
Mariusz Felisiak
2020-05-04 12:19:16 +02:00
parent d106d07f73
commit f2187a227f
3 changed files with 6 additions and 5 deletions

View File

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