summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-06-09 21:14:13 +0200
committerClaude Paroz <claude@2xlibre.net>2012-06-09 21:14:13 +0200
commitb0d8085c67884f36c8fb4af5f1fdae844e4700f7 (patch)
tree1edb4464fd8dea4564594c39e009f44be41dc581
parent17d6cd90299e39823e80a005e7a04bc24ee8af4c (diff)
Added note about including fixtures hashing algorithm
Refs #18157.
-rw-r--r--docs/topics/testing.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index 95fb6f8eb2..f7aadd68f3 100644
--- a/docs/topics/testing.txt
+++ b/docs/topics/testing.txt
@@ -557,6 +557,9 @@ to a faster hashing algorithm::
'django.contrib.auth.hashers.MD5PasswordHasher',
)
+Don't forget to also include in :setting:`PASSWORD_HASHERS` any hashing
+algorithm used in fixtures, if any.
+
Testing tools
=============