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?
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