Changes between Version 1 and Version 2 of Ticket #20349, comment 9


Ignore:
Timestamp:
Oct 9, 2014, 11:03:05 AM (10 years ago)
Author:
Collin Anderson

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.
     1One option: move the signal into core.signals.
     2https://github.com/django/django/pull/3332
     3
     4I 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
     6I'm totally fine if this doesn't make it in, but it's another attempt.
Back to Top