Closed ghost closed 12 years ago
dojango/forms/widgets.py:240: initial = datetime.time(*time.strptime(initial, input_format)[3:6])
datetime.time has no strptime method.
This was fixed in f82bd15.
dojango/forms/widgets.py:240: initial = datetime.time(*time.strptime(initial, input_format)[3:6])
datetime.time has no strptime method.