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

Results 50 django-bootstrap3-datetimepicker issues
Sort by recently updated
recently updated
newest added

Support for Widget.render() without the renderer argument was removed from Django. Needed to change to: "def render(self, name, value, attrs=None, renderer=None):" (line 107, file widgets.py)

No activity on Pull requests for years and no releases pushed to PyPI recently, and code is completely broken on recent versions of Django. Please comment here if you know...

Under django 1.8 I got warning: ``` /usr/local/lib/python2.7/dist-packages/bootstrap3_datetime/widgets.py:2: \ RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead ```

Nice package, but it look outdated, I've got the problems when run on actual Django 1.11 Bootstrap v3.3.6 1. `Build_attrs` in `widget.py` raise a python error. #67 pull is helping,...

build_attrs was changed in Django 1.11. I added backwards compatible build_attrs function along with changing the flatatt import to work with later versions of Django.

Function build-attrs changed on django 1.11. Added compatibility for 1.11

Tests now failing with: ``` File "/home/shippable/build_ve/python/2.7/src/django-bootstrap3-datetimepicker/bootstrap3_datetime/widgets.py", line 2, in from django.forms.utils import flatatt ImportError: No module named utils ``` Introduced here: https://github.com/nkunihiko/django-bootstrap3-datetimepicker/commit/4e2fa200058820b301b161844e5a012863c80f0b Fixable with PR https://github.com/nkunihiko/django-bootstrap3-datetimepicker/pull/35, or https://github.com/nkunihiko/django-bootstrap3-datetimepicker/pull/34

Hi, Could you push django-bootstrap3-datetimepicker to PyPi ? Thanks !

It is posibble ? How use fontawesome ? regards Dominik