1
0
mirror of https://github.com/django/django.git synced 2025-02-08 08:26:13 +00:00

Added PBKDF2 hasher iteration increase to 3.0 release notes.

Refs 06670015f7e55a8be8137dbd95b7f4c536c3782b
This commit is contained in:
Carlton Gibson 2019-09-12 11:48:41 +02:00 committed by Carlton Gibson
parent b5db65c4fb
commit ea25bdc2b9

View File

@ -139,6 +139,9 @@ Minor features
* The new :meth:`.UserManager.with_perm` method returns users that have the * The new :meth:`.UserManager.with_perm` method returns users that have the
specified permission. specified permission.
* The default iteration count for the PBKDF2 password hasher is increased from
150,000 to 180,000.
:mod:`django.contrib.gis` :mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~