mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
45078a204b
auth_tests.test_views.ChangelistTests.test_view_user_password_is_readonly depends on the password hasher having the three components algorithm, salt and hash. The default password hasher (PBKDF2PasswordHasher) has an extra iterations component, breaking the test.