Commit b0d8085c authored by Claude Paroz's avatar Claude Paroz
Browse files

Added note about including fixtures hashing algorithm

Refs #18157.
parent 17d6cd90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
=============