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

This commit is contained in:
Frédéric Péters 2022-08-10 18:49:20 +02:00
parent d2d5384ec1
commit 79f244a1a5
1 changed files with 2 additions and 0 deletions

View File

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