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

unbreak django.forms.util(s) import for django < 1.7

Open catskul opened this issue 10 years ago • 6 comments
trafficstars

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 on django version >= 1.9.

Tested locally in Django 1.6, and 1.7, and faked out the system by manually setting the version to 1.9

catskul avatar Feb 05 '15 17:02 catskul

I think is better to import django.forms.utils from django 1.7 included to avoid a deprecation warning as I do in #34. Sorry for the first breaks of django 1.6 …

bouttier avatar Sep 12 '15 14:09 bouttier

@bouttier fixed

catskul avatar Oct 23 '15 22:10 catskul

:+1:

inducer avatar Dec 02 '15 19:12 inducer

Is this going to be released any time soon?

mmoravcik avatar Dec 03 '15 12:12 mmoravcik

@nkunihiko is your project still maintained ?

areski avatar Dec 11 '15 16:12 areski

Is this going to be merged?

mgargenta avatar Apr 20 '16 19:04 mgargenta