﻿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
13702	DATE_FORMAT et al not used when USE_L10N is False	Karen Tracey	Jannis Leidel	If I set USE_L10N to False in settings.py, dates in the admin changelist (at least) do not fall back from using the locale DATE_FORMAT to the settings DATE_FORMAT as is implied by [http://docs.djangoproject.com/en/dev/ref/settings/#date-format the doc]. Rather the no-frills date str/unicode formatting is used. Problem may be that the localize function in utils (http://code.djangoproject.com/browser/django/tags/releases/1.2.1/django/utils/formats.py#L77) does not do anything if USE_L10N is False, or perhaps the caller is supposed to do something else if USE_L10N if False...but the admin, at least, does not: http://code.djangoproject.com/browser/django/tags/releases/1.2.1/django/contrib/admin/util.py#L316. Some code somewhere ought to be falling back to the old settings values, but as far as I can see none is.		closed	Internationalization	1.2		fixed		Marti Raudsepp	Accepted	0	0	0	0	0	0
