﻿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
27104	"The Django test client statement 'response.content' in ""Writing your first Django app, part 5"" unlikely to return ""No polls are available."" as documented"	pluralschool	nobody	"Hi

Given the code for ""Writing your first Django app, part 5"" is likely to be carried forward from ""Writing your first Django app, part 4"", the statement ''''response.content'''' in '''The Django test client''' is unlikely to return '''b'\n\n\n    <p>No polls are available.</p>\n\n'''' as documented, irregardless of TIME_ZONE set to default 'UTC' or system time zone.

In fact, the statement ''''response.content'''' returns  '''b'\n    <ul>\n    \n        <li><a href=""/polls/1/"">What&#39;s up?</a></li>\n    \n    </ul>\n''''

Please help with clarification.

Thanks
"	Cleanup/optimization	closed	Documentation	1.10	Normal	fixed			Accepted	1	0	0	0	0	0
