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
218 stars 125 forks source link

Inconsistency with boolean values #92

Closed Chris7 closed 8 years ago

Chris7 commented 8 years ago

I'm wondering why some values are expected to be passed as python booleans and others as quoted booleans. For instance, todayBtn cannot be set as True, but todayHighlight can.

Chris7 commented 8 years ago

Saw this is a duplicate of #84