django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

Update Datepicker v4

Open akellne opened this issue 10 years ago • 3 comments

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.

akellne avatar Jul 06 '15 08:07 akellne

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.

suenkler avatar Jul 13 '15 14:07 suenkler

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

dman777 avatar Oct 16 '15 03:10 dman777

as with #41, https://github.com/samuelcolvin/django-bootstrap3-datetimepicker fixes this.

samuelcolvin avatar Oct 22 '15 14:10 samuelcolvin