Changes between Version 2 and Version 3 of Ticket #27468, comment 11
- Timestamp:
- Feb 15, 2020, 5:23:28 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27468, comment 11
v2 v3 3 3 - ~~Password rest tokens (django.contrib.auth.tokens)~~ [https://github.com/django/django/pull/12374 PR] 4 4 - ~~Cookie storage of messages (django.contrib.messages.storage.cookie)~~ (After #27604 is resolved, will use `Signer`) 5 - Session hashes (django.contrib.sessions.backends.base) 5 - Session hashes (django.contrib.sessions.backends.base) (#31274 proposes to use the signing infrastructure) 6 6 - Signing utility (django.core.signing) 7 7