﻿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
25758	Date filter doesn't use internationalization when USE_L10N is True	Ali Lozano	nobody	"Date filter uses settings.DATE_FORMAT by default to format dates, and ignore if django is using internationalization and USE_L10N is True

{{ user.date_joined|date }}

Always format with N j, Y

Maybe this is no a problem because date filter uses to use with a arg, but naturalday filter(of humanize) uses date filter to format dates."	Bug	closed	Template system	1.8	Normal	fixed	date,format,internationalization		Ready for checkin	1	0	0	0	0	0
