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