﻿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
7343	django.utils.functional.lazy fails for datetime.date.today	anonymous	nobody	When attempting to create a lazily evaluated version of {{{datetime.date.today}}} -- {{{lazy(datetime.date.today, datetime.date)}}} -- the lazy function returns an error because {{{datetime.date.today}}} does not have a {{{__dict__}}} attribute. This used to work with the old version of lazy (my old version was from r4944).		new	Uncategorized	dev			lazy functional		Unreviewed	0	0	0	0		
