django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
Update Datepicker v4
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.
Answering your second question: The latest version is not available on PyPI, so pip install django-bootstrap3-datetimepicker installs version 2.2.3 right now. You can use pip install git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git to get the latest version.
No luck:
(chrono)chrono@escchrono:~/chrono/chrono$ pip install git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git --upgrade
Collecting git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git
Cloning https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git to /tmp/pip-_YxzBm-build
Installing collected packages: django-bootstrap3-datetimepicker
Found existing installation: django-bootstrap3-datetimepicker 2.3
Uninstalling django-bootstrap3-datetimepicker-2.3:
Successfully uninstalled django-bootstrap3-datetimepicker-2.3
Running setup.py install for django-bootstrap3-datetimepicker
Successfully installed django-bootstrap3-datetimepicker-2.3
as with #41, https://github.com/samuelcolvin/django-bootstrap3-datetimepicker fixes this.