asaglimbeni / django-datetime-widget

Bootstrap django-datetime-widget is a simple and clean widget for DateField, Timefiled and DateTimeField in Django framework. It is based on Bootstrap datetime picker, supports both Bootstrap 3 and Bootstrap 2
Other
218 stars 125 forks source link

Not working in Django 2.1 #109

Open vaibhavhrt opened 6 years ago

vaibhavhrt commented 6 years ago

Works fine in 2.0.7 but in 2.1 it gives a Type error. "Django TypeError: render() got an unexpected keyword argument 'renderer'".

vaibhavhrt commented 6 years ago

I found the reason, https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1 Look at last removed feature.

0xjame5 commented 5 years ago

Does that mean this package cannot move up to the next Django Version indefinitely?

0xjame5 commented 5 years ago

110 seems to have a solution,

vaibhavhrt commented 5 years ago

@Jaime5 I don't use this package anymore( I moved to React for frontend ) but still hope the owner merges the PR soon.