==========================Django 1.4.9 release notes==========================*October 23, 2013*Django 1.4.9 fixes a security-related bug in the 1.4 series and one otherdata corruption bug.Readdressed denial-of-service via password hashers==================================================Django 1.4.8 imposes a 4096-byte limit on passwords in order to mitigate adenial-of-service attack through submission of bogus but extremely largepasswords. In Django 1.4.9, we've reverted this change and instead improvedthe speed of our PBKDF2 algorithm by not rehashing the key on every iteration.Bugfixes========* Fixed a data corruption bug with ``datetime_safe.datetime.combine`` (#21256).