﻿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
10154	allow the combination of an F expression with a timedelta	Koen Biermans <koen.biermans@…>	nobody	"The proposal is to allow combining a F expression with a timedelta.

eg:

{{{
>>> longevents = Event.objects.filter(enddate__gt=F('startdate')+datetime.timedelta(days=5))
}}}

would return the events longer than 5 days.

I am attaching a first patch, which obviously needs refining.
"		closed	Database layer (models, ORM)	dev		fixed	expressions	gt4329b@… Noah Kantrowitz	Accepted	1	0	1	1	0	0
