﻿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
9065	timesince filter not calculating difference between two dates	rcornish	Gary Wilson	"My template code is:

{% with publication.list|last as oldest %}
{% with publication.list|first as newest %}

{{ newest.date|timesince:oldest.date }}

{% endwith %}{% endwith %}

It calculated the dates between the newest and oldest entries. It worked before 1.0, and now it doesn't. {{ newest.date}} and {{ oldest.date }} by themselves both return dates. Help. :("		closed	Template system	1.0		fixed	template, filter, timesince		Ready for checkin	1	0	0	0	0	0
