Changes between Version 2 and Version 3 of Ticket #27468, comment 11


Ignore:
Timestamp:
Feb 15, 2020, 5:23:28 AM (5 years ago)
Author:
Claude Paroz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27468, comment 11

    v2 v3  
    33 - ~~Password rest tokens (django.contrib.auth.tokens)~~ [https://github.com/django/django/pull/12374 PR]
    44 - ~~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)
    66 - Signing utility (django.core.signing)
    77
Back to Top