diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-09-12 11:46:37 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2019-09-12 17:24:01 +0200 |
| commit | b5db65c4fbcf05cb03d039166abf115930dc7577 (patch) | |
| tree | 7fe98509219c23c9dbe9f14ad5a9aa0caa782db6 /docs | |
| parent | 4b63d45d5437c71cc7958e4848eed03391de9f41 (diff) | |
Increased the default PBKDF2 iterations for Django 3.1.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 9b16bae9ca..cafd8dbdb0 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -43,7 +43,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 180,000 to 216,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
