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

retro-compatibility with django 1.6

Open bouttier opened this issue 10 years ago • 1 comments
trafficstars

django.form.util deprecated in django 1.7 and will be removed in 1.9 but django.form.utils not available in 1.6. This commit avoid a deprecation warning and make the code django 1.9 ready.

This should solve #21

bouttier avatar Feb 04 '15 00:02 bouttier

This would be a nice improvement… and it works.

brejoc avatar Jul 09 '15 19:07 brejoc