﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35785	wrong import in documebt	AliEyvazi		"Dear friends

While i was studying Django Ducument, i encounter with an incorrect import.

In this page: ""https://docs.djangoproject.com/en/5.1/topics/signing/#signing-complex-data"" approximately in the middle of page,
there is an incorrect import:
{{{
>>> 
----

== from django.core import signing
>>> value += ""m""
>>> try:
...     original = signer.unsign(value)
... except signing.BadSignature:
...     print(""Tampering detected!"")
...
}}}
hope to be useful for you and others.

regards
Ali
"	Uncategorized	closed	Documentation	5.0	Normal	invalid	Document		Unreviewed	0	0	0	0	0	0
