monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 63 forks source link

is it compatible with django 3.0? or did i do something wrong? #45

Closed JudiPuak closed 4 years ago

JudiPuak commented 4 years ago

hello all

Describe the bug Apparently it is not compatible with django 3.0 It gives an error: TypeError: render() got an unexpected keyword argument 'renderer'

To Reproduce Expected behavior I was hoping that it would work with django 3.0 like it does with django 2.0.5

Screenshots

Setup Information (please complete the following information):

[x] I have followed the configuration instructions and checked out the common error troubleshooting page.

could you / someone please help me? perhaps I do something wrong? right now in dev, i use a workaround: i comment out line 96 of django/forms/boundfield.py (renderer=self.form.renderer,) but when using heroku, i can't access the installed site-packages

or perhaps you could release an update to work with django 3.0?

thank you so much

jud

christianwgd commented 4 years ago

Hi, since i'm using this in different projects with django 3, from my perspective you have another problem.

JudiPuak commented 4 years ago

hi christian

yes after further investigation, the culprit is django-smart-selects

my bad. i am sorry.