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:45 -0400
commitcd59b6f2f3b7a304438e99379a57844840e6b3a6 (patch)
tree1e8305be5bc63fb905c8cfab2c8935864a600318 /docs
parent7aebbc1632916c35fb4e969a09a46c8773403781 (diff)
[1.5.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 da12c1a451..d7d79e7107 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