diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-09-12 11:48:41 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-09-12 17:25:39 +0200 |
| commit | 1fa629cd8f879b978127364ec3ff1d14ea4f819b (patch) | |
| tree | 22e278cf98ef83e42d187a511d31b964105a1e9f | |
| parent | 51095d7341d28a4e8a7c6f84efb0d19149a52e7e (diff) | |
[3.0.x] Added PBKDF2 hasher iteration increase to 3.0 release notes.
Refs 06670015f7e55a8be8137dbd95b7f4c536c3782b
Backport of ea25bdc2b94466bb1563000bf81628dea4d80612 from master
| -rw-r--r-- | docs/releases/3.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index db01c4a7d1..fbb905673d 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -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` ~~~~~~~~~~~~~~~~~~~~~~~~~ |
