Changes between Initial Version and Version 1 of Ticket #27468, comment 7


Ignore:
Timestamp:
Jan 8, 2020, 11:36:02 AM (5 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27468, comment 7

    initial v1  
    44
    55The default  `SIGNING_HASHERS` could be something like `['django.core.signing.hashers.SHA256', 'django.core.signing.hashers.SHA1']` (or maybe just `['sha256', 'sha1']`)
     6
     7You could still override by passing in the algoritm name in the function signature.
Back to Top