ci: reduce test execution time by changing password hasher (#67020)

This commit is contained in:
Agate 2022-07-05 14:02:43 +02:00
parent f3c3e3301e
commit 0d516c0bd6
1 changed files with 2 additions and 0 deletions

View File

@ -110,3 +110,5 @@ USER_PROFILE_CONFIG = {
}
LEGACY_URLS_MAPPING = {'old.org': 'new.org'}
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]