Skip to content

Commit b0d8085

Browse files
committed
Added note about including fixtures hashing algorithm
Refs django#18157.
1 parent 17d6cd9 commit b0d8085

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/topics/testing.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,9 @@ to a faster hashing algorithm::
557557
'django.contrib.auth.hashers.MD5PasswordHasher',
558558
)
559559

560+
Don't forget to also include in :setting:`PASSWORD_HASHERS` any hashing
561+
algorithm used in fixtures, if any.
562+
560563
Testing tools
561564
=============
562565

0 commit comments

Comments
 (0)