検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for unsign (0.015 sec.)
暗号署名 — Django 4.0.6 ドキュメント 12279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... にコロンに続いて付加されます。元の値を取得するには、 unsign メソッドを使用します。 >>> original = signer . uns ... l be forced to string before being signed, and the unsign result will give you that string value: >>> signed ... = signer . sign ( 2.5 ) >>> original = signer . unsign ( signed ) >>> original '2.5' If you wish to prote ... ctionary you can do so using the sign_object() and unsign_object() methods: >>> signed_obj = signer . sign_o ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 9135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """ return TimestampSigner ( key , salt = salt ) . unsign_object ( s , serializer = serializer , max_age = m ... lue , self . sep , self . signature ( value )) def unsign ( self , signed_value ): if self . sep not in sign ... = "." + base64d return self . sign ( base64d ) def unsign_object ( self , signed_obj , serializer = JSONSeri ... alizer , ** kwargs ): # Signer.unsign() returns str but base64 and zlib compression oper ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7840
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... exception. The new Signer.sign_object() and Signer.unsign_object() methods allow signing complex data struct ... me shortcuts for TimestampSigner.sign_object() and unsign_object() . シリアル化 ¶ The new JSONL serializer a ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rameter of the django.core.signing.TimestampSigner.unsign() method now also accepts a datetime.timedelta obj ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 NEXT