From b5db65c4fbcf05cb03d039166abf115930dc7577 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 12 Sep 2019 11:46:37 +0200 Subject: Increased the default PBKDF2 iterations for Django 3.1. --- docs/releases/3.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3