﻿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
7443	timesince template filter reverses its parameters when given a base date	Andrew Shearer <ashearerw@…>	nobody	"The timesince template filter appears to swap its parameters when given a base date argument, leading to a typical result of ""0 minutes"" instead of the expected time difference. This makes it a synonym of the timeuntil filter. Omitting the optional argument makes both filters work as expected.

The django.utils.timesince function itself works correctly. The timesince and timeuntil template filters both call it with an identical line of code, explaining their matching results.

A patch is attached that un-flips the parameters and adds test coverage of the base date argument to the filters."		closed	Template system	dev		fixed	timesince timeuntil date handling filter		Ready for checkin	1	0	0	0	0	0
