diff options
| author | Paolo Melchiorre <paulox@paulox.net> | 2013-10-24 11:11:52 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-25 07:55:50 -0400 |
| commit | d491702ed7ef704a204d358024590e5f7c2e3c47 (patch) | |
| tree | 603ae0917e27b6775ed072f1775d5a8afb49fca9 | |
| parent | 11b750b031a1aabc9b0300e693d5d6c13bd1907f (diff) | |
[1.4.x] Fixed typo in docs/releases/1.4.9.txt.
Backport of 3b0293370a from master
| -rw-r--r-- | docs/releases/1.4.9.txt | 2 |
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 |
