mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[3.0.x] Added PBKDF2 hasher iteration increase to 3.0 release notes.
Refs06670015f7Backport ofea25bdc2b9from master
This commit is contained in:
@@ -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`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user