Loading tests/test_sqlite.py +2 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ DATABASES = { } SECRET_KEY = "django_tests_secret_key" # To speed up tests under SQLite we use the MD5 hasher as the default one. # This should not be needed under other databases, as the relative speedup # is only marginal there. # Use a fast hasher to speed up tests. PASSWORD_HASHERS = ( 'django.contrib.auth.hashers.MD5PasswordHasher', ) Loading
tests/test_sqlite.py +2 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ DATABASES = { } SECRET_KEY = "django_tests_secret_key" # To speed up tests under SQLite we use the MD5 hasher as the default one. # This should not be needed under other databases, as the relative speedup # is only marginal there. # Use a fast hasher to speed up tests. PASSWORD_HASHERS = ( 'django.contrib.auth.hashers.MD5PasswordHasher', )