Projet

Général

Profil

0001-misc-reduce-test-execution-time-by-changing-password.patch

Lauréline Guérin, 05 juillet 2022 20:05

Télécharger (601 octets)

Voir les différences:

Subject: [PATCH 1/2] misc: reduce test execution time by changing password
 hasher

 tests/settings.py | 2 ++
 1 file changed, 2 insertions(+)
tests/settings.py
48 48
        }
49 49
    },
50 50
}
51

  
52
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
51
-