Loading docs/topics/signing.txt +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ You can retrieve the original value using the ``unsign`` method:: If the signature or value have been altered in any way, a ``django.core.signing.BadSignature`` exception will be raised:: >>> from django.core import signing >>> value += 'm' >>> try: ... original = signer.unsign(value) Loading Loading
docs/topics/signing.txt +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ You can retrieve the original value using the ``unsign`` method:: If the signature or value have been altered in any way, a ``django.core.signing.BadSignature`` exception will be raised:: >>> from django.core import signing >>> value += 'm' >>> try: ... original = signer.unsign(value) Loading