summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Melchiorre <paulox@paulox.net>2013-10-24 11:11:52 +0200
committerTim Graham <timograham@gmail.com>2013-10-25 07:55:41 -0400
commit26e45766812ff75d6a9595729a4c45bd56badb3e (patch)
tree69fd8b177c6867a53ae915a9081db569086a7a79 /docs
parentbc62a20a3eff77435ad51eabc29dc231063b4c36 (diff)
[1.6.x] Fixed typo in docs/releases/1.4.9.txt.
Backport of 3b0293370a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.9.txt2
1 files changed, 1 insertions, 1 deletions
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