diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-18 08:47:28 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-18 08:47:28 -0400 |
| commit | 651bb73ab35d664ff95e33e0fc45b8c42102946f (patch) | |
| tree | cce2d71ce34ebf9f3702baece93aec3736177055 /docs | |
| parent | ac4fec5ca2d429a565919033ea4d801db51a8e9e (diff) | |
Fixed ReST error in 1.6. release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index a3b40aec28..1c184ea170 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -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 ===================================== |
