Changes between Initial Version and Version 1 of Ticket #27468, comment 7
- Timestamp:
- Jan 8, 2020, 11:36:02 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27468, comment 7
initial v1 4 4 5 5 The default `SIGNING_HASHERS` could be something like `['django.core.signing.hashers.SHA256', 'django.core.signing.hashers.SHA1']` (or maybe just `['sha256', 'sha1']`) 6 7 You could still override by passing in the algoritm name in the function signature.