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


Ignore:
Timestamp:
Mar 2, 2020, 6:46:37 AM (5 years ago)
Author:
Claude Paroz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27468, comment 11

    v3 v4  
    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) (#31274 proposes to use the signing infrastructure)
     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