Changes between Version 1 and Version 2 of Ticket #20349, comment 9
- Timestamp:
- Oct 9, 2014, 11:03:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20349, comment 9
v1 v2 1 https://github.com/django/django/pull/3332 I'm totally fine if this doens't make it in, but it's another attempt. 1 One option: move the signal into core.signals. 2 https://github.com/django/django/pull/3332 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. 5 6 I'm totally fine if this doesn't make it in, but it's another attempt.