﻿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
22214	Doc Code Mistake: No polls are available.	anonymous	nobody	"url: https://docs.djangoproject.com/en/1.6/intro/tutorial05/

The code:
{{{
self.assertContains(response, ""No polls are available."")
}}}

should remove the latest ""."", because the response is without "".""

{{{
self.assertContains(response, ""No polls are available"")
}}}"	Uncategorized	closed	Documentation	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
