Skip to content

Commit

Permalink
[1.5.x] Fixed typo in docs/releases/1.4.9.txt.
Browse files Browse the repository at this point in the history
Backport of 3b02933 from master
  • Loading branch information
pauloxnet authored and timgraham committed Oct 25, 2013
1 parent 7aebbc1 commit cd59b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.4.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd59b6f

Please sign in to comment.