fix: removing deprecated SHA1PasswordHasher from tests. (#36881)

This commit is contained in:
Awais Qureshi
2025-06-09 16:31:51 -04:00
committed by GitHub
parent a274db0912
commit be09d1cd18
2 changed files with 0 additions and 2 deletions

View File

@@ -336,7 +336,6 @@ HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS = {}
################### Make tests faster
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.SHA1PasswordHasher',
'django.contrib.auth.hashers.MD5PasswordHasher',
]