﻿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
36307	Support passing depth to naturaltime, timesince and timeuntil filters	Giannis Terzopoulos	Giannis Terzopoulos	"I propose extending these filters to accept an optional `depth` argument that gets passed downstream:

- `timesince` would pass depth to `django.utils.timesince.timesince()`
- `timeuntil` would pass depth to `django.utils.timesince.timeuntil()`
- `naturaltime` would pass depth to `NaturalTimeFormatter.string_for()`, which would then pass it to the underlying `timesince`/`timeuntil` calls

----

''Example'':
For a datetime object `dt` representing 38 days in the past:

`{{ dt|naturaltime:""1"" }}`  would return ""1 month ago"", instead of the current depth=2 output: ""1 month, 1 week ago""
"	New feature	assigned	Template system	dev	Normal				Accepted	0	0	0	0	0	0
