﻿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
10483	it would be better if parameters of QuerySet were lazily evaluated	liangent	nobody	"see #10466

i think a lazy evaluation is better. this can give a choice to do that. if you want eager evaluation, you can add {{{()}}}.

i met that problem when i was trying to get an object list page by generic view and i created the queryset in {{{urls.py}}}. now, i have to write a view to just wrap the generic view and pass the current time to it. i think it can be simplified by implementing lazy evaluation in parameters of querysets."		closed	Database layer (models, ORM)	dev		duplicate		liangent@…	Unreviewed	0	0	0	0	0	0
