﻿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
31555	Use .format() and f-strings in the polls tutorial.	Alexandre Poitevin	nobody	"Some part of the tutorial contains the old format way (with the % operator)

{{{
return HttpResponse(""You're looking at question %s."" % question_id)
response = ""You're looking at the results of question %s.""
return HttpResponse(response % question_id)
}}}

I think it’s better to guide newcomers to the new way.
I’m ready to submit a patch for this if there’s nothing against it."	Cleanup/optimization	closed	Documentation	3.0	Normal	duplicate			Unreviewed	0	0	0	0	0	0
