django-bootstrap-datepicker icon indicating copy to clipboard operation
django-bootstrap-datepicker copied to clipboard

Django Widget for bootstrap-datepicker

Results 4 django-bootstrap-datepicker issues
Sort by recently updated
recently updated
newest added

Rather than omitting the javascript initialization if the `options` parameter isn't set, it would be nice if the DatePicker simply chose default options. Probably the two already in the readme....

It is a regret that the current day is not highlighted in the popup calendar.

I would like the datepicker to display all the time (as inline) how do I need to change the widget to do this?

Hi, I would like to use this as a multidate picker for scheduling. My thinking was to use a ForeignKey field to connect the to and use that to populate...