From 8dd8400f7eb7a4cf0a2e1a0c6cd3e5825ac94be7 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 26 Feb 2013 10:00:14 +0100 Subject: Updated an inaccurate comment. Tests can run nearly as fast under PostgreSQL and MySQL as under SQLite with a bit of configuration and the speedup is always a good thing. --- tests/test_sqlite.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/test_sqlite.py') diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py index c04ef97cd0..6bce452c79 100644 --- a/tests/test_sqlite.py +++ b/tests/test_sqlite.py @@ -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', ) -- cgit v1.3