django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
bootstrap3-datepicker for django
the github releases have a 2.8 version, but installing from pypi, I still get 2.7.0 which is not compatible with django 2.1.
RemovedInDjango20Warning: `DateTimePicker._format_value` is deprecated, use `format_value` instead.
The deprecation warning for `DateTimePicker._format_value` is still issued even though the method has been overridden. Seems to be due to the metaclass (`RenameMethodsBase`) wrapping it at class creation time. Extending...
I am using Django 1.11, Python 3 and Crispy Forms. The form renders properly but, the a javascript error pops up complaining about an Uncaught Reference of: `$("#id_work_start_time_pickers:has(input:not([readonly],[disabled]))").datetimepicker({"format": "YYYY-MM-DD HH:mm:ss",...
Options are not working inside the widget. I have the following in my ModelForm. `class IronForm(forms.ModelForm):` `class Meta:` `model = Iron` `fields = ...` `widgets = {'out_of_service_date': DateTimePicker(options={'format': 'YYYY-MM-DD', 'pickTime':...
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...
Bumps [black](https://github.com/psf/black) from 22.6.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...