Changes between Version 2 and Version 3 of Ticket #20349, comment 9
- Timestamp:
- Oct 9, 2014, 11:06:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20349, comment 9
v2 v3 2 2 https://github.com/django/django/pull/3332 3 3 4 I realize another option could be to have a receiver in test.signals _call_ django.contrib.auth.hashers.reset_hashers(). That might be even better .4 I realize another option could be to have a receiver in test.signals _call_ django.contrib.auth.hashers.reset_hashers(). That might be even better, but it's core testing importing contrib. 5 5 6 6 I'm totally fine if this doesn't make it in, but it's another attempt.