﻿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
16941	naturaltime documentation is misleading	Jaap Roes	antoviaque	"Currently [https://docs.djangoproject.com/en/dev/ref/contrib/humanize/#naturaltime|the documentation] says the following:

  ""[...] falling back to a longer date format if the value is more than a day old.""

In fact it won't ever do a date format, instead it will falls back to whatever `timesince`/`timeuntil` does (1 day ago, 1 year and 2 months ago etc.)

To me it seems more consistent that it would work like `naturalday` and fall back to `'DATETIME_FORMAT'`, with the option to pass in a custom format string.

The behavior I expected was (nearly) implemented as a result of ticket #12771, the current behavior was implemented because of ticket #15921."	Bug	closed	Documentation	dev	Normal	fixed		antoviaque	Accepted	1	0	0	0	1	0
