﻿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
6680	Error in 0.96 tutorial 1 documentation	Colin Humber	nobody	"The line within the Poll.was_published_today(self) function does not work:

{{{return self.pub_date.date() == datetime.date.today() }}}

The python shell complains that datetime.date object has no attribute 'date'. When I change the line to:
{{{return self.pub_date == datetime.date.today()}}}
 it works fine."		closed	Documentation	0.96		invalid	Tutorial		Unreviewed	0	0	0	0	0	0
