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:05 -0400 |
| commit | 3b0293370a35704c9b3c50e5f50b9c4e6edfd680 (patch) | |
| tree | 4626ee1aae48c17dc7fd62d8e1454bc1a0a1e64c /docs | |
| parent | 3afde36d03e2b3b5ff5a265af39d8fb27afa8959 (diff) | |
Fixed typo in docs/releases/1.4.9.txt.
Diffstat (limited to 'docs')
| -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 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 |
