django-bootstrap-datepicker-plus
django-bootstrap-datepicker-plus copied to clipboard
Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
# PR Description ## Purpose _Avoid redfining Bootstrap CSS class `.glyphicon`._ ## Approach _Used `bootstrap-datapicker-glyphicon` instead of `glyphicon`._ #### Issues solved in this PR - [x] Issue #79 #### What...
**Describe the bug** These lines https://github.com/monim67/django-bootstrap-datepicker-plus/blob/91400a3f80546eb046536e902f6825bdfd2f0836/bootstrap_datepicker_plus/static/bootstrap_datepicker_plus/css/datepicker-widget.css#L11-L21 were redefining `.glyphicon`, it will affect Glyphicons loaded after the widget. - [x] I have followed the [configuration instructions][configuration_page] and checked out the [common...
Version 4.0.0 of this packages uses Moment 2.9, which is 7 years old and has security vulnerabilities. https://snyk.io/vuln/npm:[email protected]
**Is your feature request related to a problem? Please describe.** form.media includes lib's from the CDN, so it wont work when the usage is local **Describe the solution you'd like**...
# Use local static files instead of CDN ## Purpose _Describe the problem or feature in addition to a link to the issues._ #### Issues solved in this PR -...
Datepickers do not show up in dynamically added empty formsets. They do show up only in formsets that are loaded with the page. **To Reproduce** Create a django form with...
**Describe the bug** It seems that you can define multiple ranges by their start-end. But you cannot define the linked ranges, or the range with multiple intermediate point. Example which...
Maybe the map ("L", r"%x") could be added to format_map in the BasePickerInput class. It seems to be ok for 'en' and 'fr' locales, but I can't test for other...
# PR Description Add a local version of required static files to ensure gdpr compliance; see: https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/ Under european privacy law, using a CDN to serve static files is in...
This update make date-picker work with Django 4 ## Purpose _Describe the problem or feature in addition to a link to the issues._ ## Approach _How does this change address...