Kaydet (Commit) 537d44b1 authored tarafından Tim Graham's avatar Tim Graham

Fixed #19683 - Added a missing import in signing example.

Thanks sunsongxp@ for the report.
üst f7394d2c
......@@ -58,6 +58,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment