﻿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
13196	Display datetime.date values using DATE_FORMAT	Beuc	Aymeric Augustin	"The list view in django.contrib.admin uses settings.DATE_FORMAT for DateField's.

However it doesn't for datetime.date results (e.g. when a custom Model function returns a date): it uses the YYYY-MM-DD format (aka {{{__str__()}}}).

I think it would make sense to display Python dates in the admin interface using the l10n settings.

(same question for datetime/DATETIME_FORMAT)

What do you think?
"	New feature	closed	contrib.admin	dev	Normal	fixed			Accepted	0	0	0	0	0	1
