Changes between Version 4 and Version 5 of Ticket #27468, comment 11
- Timestamp:
- Apr 15, 2020, 11:33:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27468, comment 11
v4 v5 4 4 - ~~Cookie storage of messages (django.contrib.messages.storage.cookie)~~ (After #27604 is resolved, will use `Signer`) 5 5 - ~~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] 7 7 8 8 I think that depending on the usage, different backwards-compatibility strategies may be involved.