summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-18 08:47:28 -0400
committerTim Graham <timograham@gmail.com>2013-10-18 08:47:59 -0400
commitfa90b855b2bbb2ebea0ac55f7c87de527950e549 (patch)
treef9fdfe7c06d697e204519a03440ae82ec6ca9ebb
parentdc8176eb3ae98b80eb49a88027d66fdef8094090 (diff)
downloaddjango-fa90b855b2bbb2ebea0ac55f7c87de527950e549.tar.gz
[1.6.x] Fixed ReST error in 1.6. release notes.
Backport of 651bb73ab3 from master
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 93ad4c76e7..f74615e4a2 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
=====================================