dumps(obj, key=None, salt='django.core.signing', compress=False) [source]
Returns URL-safe, sha1 signed base64 compressed JSON string. Serialized object is signed using TimestampSigner.
dumps(obj, key=None, salt='django.core.signing', compress=False) [source]
Returns URL-safe, sha1 signed base64 compressed JSON string. Serialized object is signed using TimestampSigner.
Please login to continue.