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


Ignore:
Timestamp:
Apr 15, 2020, 11:33:18 AM (4 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27468, comment 11

    v4 v5  
    44 - ~~Cookie storage of messages (django.contrib.messages.storage.cookie)~~ (After #27604 is resolved, will use `Signer`)
    55 - ~~Session hashes (django.contrib.sessions.backends.base)~~ (#31274 proposes to use the signing infrastructure)
    6  - Signing utility (django.core.signing)
     6 - ~~Signing utility (django.core.signing)~~ [https://github.com/django/django/pull/12454 PR]
    77
    88I think that depending on the usage, different backwards-compatibility strategies may be involved.
Back to Top