Changes between Version 7 and Version 8 of Signing
- Timestamp:
- Aug 20, 2012, 5:05:05 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signing
v7 v8 1 1 = Signing and Signed Cookies = 2 3 '' 4 '''Note:''' signing facilities were introduced in Django 1.4: https://docs.djangoproject.com/en/dev/releases/1.4/#tools-for-cryptographic-signing. 5 The discussion below is kept here for historical reasons. 6 '' 2 7 3 8 Proposal for 1.2: Django core should include low-level code for signing and verifying signatures on arbitrary bytestrings. This should be used to support a new higher level signed cookie feature.