DateTimeField (SplitDateTimeField) are not validate when USE_L10N = True
because DateTimeField use TIME_INPUT_FORMATS form
django.conf.locale.*.formats.py
Input formats defined in django.conf.settings.TIME_INPUT_FORMATS are not use
Formats like '%Y-%m-%dT%H:%M', '%Y-%m-%dT%H:%M:%S', 'T%H:%M:%S', 'T%H:%M'
only added to django.conf.settings.TIME_INPUT_FORMATS
Original issue reported on code.google.com by piotrsik...@gmail.com on 12 Apr 2011 at 10:27
Original issue reported on code.google.com by
piotrsik...@gmail.com
on 12 Apr 2011 at 10:27