From 3b0293370a35704c9b3c50e5f50b9c4e6edfd680 Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Thu, 24 Oct 2013 11:11:52 +0200 Subject: [PATCH] Fixed typo in docs/releases/1.4.9.txt. --- docs/releases/1.4.9.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.4.9.txt b/docs/releases/1.4.9.txt index e84e8a13cf..7fc4ecbbca 100644 --- a/docs/releases/1.4.9.txt +++ b/docs/releases/1.4.9.txt @@ -12,7 +12,7 @@ Readdressed denial-of-service via password hashers Django 1.4.8 imposes a 4096-byte limit on passwords in order to mitigate a denial-of-service attack through submission of bogus but extremely large -passwords. In Django 1.5.5, we've reverted this change and instead improved +passwords. In Django 1.4.9, we've reverted this change and instead improved the speed of our PBKDF2 algorithm by not rehashing the key on every iteration. Bugfixes