asaglimbeni / django-datetime-widget

Bootstrap django-datetime-widget is a simple and clean widget for DateField, Timefiled and DateTimeField in Django framework. It is based on Bootstrap datetime picker, supports both Bootstrap 3 and Bootstrap 2
Other
219 stars 125 forks source link

Suggestion for Django 1.8+: DurationWidget #81

Open BobBowles opened 9 years ago

BobBowles commented 9 years ago

I am finding these widgets very useful. Django 1.8+ introduces a new time-related field type for durations. At the moment I am using a TimeField so I can use a DateTimeWidget with it, but I would like a widget that looked much the same, but gave a result compatible with a DurationField.