﻿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
15218	USE_L10N, USE_I18N and DateTime Validation	idle sign	nobody	"'''Since 1.2.4 and further till SVN''' the behaviour of DateTime widget seems to be weird.

As it stated in the documentation USE_L10N defaults to False and before 1.2.4 it worked as expected: 
1. put LANGUAGE_CODE = 'ru' and USE_I18N = True into settings;
2. have contrib.admin in Russian with DateTime widgets using ISO format which differs from Russian native (2011-02-03 vs. 03.02.2011).

Now doing the same with 1.2.4+ I have DateTime widget showing 03.02.2011 so it doesn't validate on save. [[BR]]

The problem is resolved by setting USE_L10N = True, but that makes a little sense.

----

''This ticket could be related to #13621 and #13968.''"		closed	contrib.admin	1.3-beta		duplicate	blocker, regression	idlesign@…	Accepted	0	0	0	0	0	0
