Fixed ReST error in 1.6. release notes.

This commit is contained in:
Tim Graham 2013-10-18 08:47:28 -04:00
parent ac4fec5ca2
commit 651bb73ab3
1 changed files with 1 additions and 2 deletions

View File

@ -368,10 +368,9 @@ Minor features
* The default iteration count for the PBKDF2 password hasher has been
increased by 20%. This backwards compatible change will not affect
existing passwords or users who have subclassed
`django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
default value.
Backwards incompatible changes in 1.6
=====================================