Skip to content

Commit

Permalink
[3.0.x] Added PBKDF2 hasher iteration increase to 3.0 release notes.
Browse files Browse the repository at this point in the history
Refs 0667001

Backport of ea25bdc from master
  • Loading branch information
carltongibson committed Sep 12, 2019
1 parent 51095d7 commit 1fa629c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/releases/3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ Minor features
* The new :meth:`.UserManager.with_perm` method returns users that have the
specified permission.

* The default iteration count for the PBKDF2 password hasher is increased from
150,000 to 180,000.

:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 1fa629c

Please sign in to comment.