By specifying the media for a form widget, django takes care of making sure all of the necessary static files are call using {form.media}}
. Without this we either need to guess which files the bootstrap-datepicker
files are required on or load them on every page call, even when a form isn't available and if a user has no form access privileges.
Would you be open to a pull request that added these back?