klipstein / dojango

dojo and django - the perfect couple
Other
63 stars 20 forks source link

Bug in forms.widgets.TimeInput._has_changed() #106

Closed ghost closed 12 years ago

ghost commented 12 years ago

dojango/forms/widgets.py:240: initial = datetime.time(*time.strptime(initial, input_format)[3:6])

datetime.time has no strptime method.

ghost commented 12 years ago

This was fixed in f82bd15.