From ea25bdc2b94466bb1563000bf81628dea4d80612 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 12 Sep 2019 11:48:41 +0200 Subject: [PATCH] Added PBKDF2 hasher iteration increase to 3.0 release notes. Refs 06670015f7e55a8be8137dbd95b7f4c536c3782b --- docs/releases/3.0.txt | 3 +++ 1 file changed, 3 insertions(+) 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` ~~~~~~~~~~~~~~~~~~~~~~~~~