django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
Django 1.6 and before will not work with the new import naming, and full removal of old path was not removed until 1.9. This conditionally imports the new name based...
Using the current bootstrap3-datetimepicker, I cannot select dates before 1970. see similar issue with [angular package](https://github.com/benzen/angular-bootstrap3-datepicker/issues/2).  It appears newer versions of the bootstrap3-datetimepicker...
Caused by the lack of relative import of `widgets` in `fields.py` (?) ` Exception Location: /home/pkaramol/Workspace/virtualenvs/time_ds/venv_p34dj18/lib/python3.4/site-packages/bootstrap3_datepicker/fields.py in , line 3` Using python 3.4.3 in the following venv ``` Django==1.8.11 django-bootstrap3-datepicker==0.3.1...
In the newer versions the option language has been renamed to locale, causing problems when rendering the script. I think that the only thing you have to do to solve...
Solves the problem with the name of the language map pt-BR.
DateTimePicker will be now aware of dynamically created controls (for example if form is loaded as some kind of modal mode, not in tab).
Solves the problem with the update of the datetimepicker, I left an issue acording to that. Thanks! and Thank you for the plugin!
this is my forms.py ``` from bootstrap3_datetime.widgets import DateTimePicker from django import forms class serviceForm(forms.ModelForm): serviceRequestDate = forms.DateTimeField( widget=DateTimePicker(options={"format": "YYYY-MM-DD", "pickTime": False})) class Meta: model = serviceBooking fields = ('serviceRequestDate',...
Will there be an update to datepicker v4? Besides, though v2.3 seems to be the stable version I does not seem to be possible to install it via pip.
So that people installing this package through `python setup.py develop|install` won't have it installed as an `egg` archive which makes `collectstatic` harder.