django-autocomplete-light: render() got an unexpected keyword argument 'renderer'
Hello everyone, update to Django 2.1 today.
It seems that the problem described in this post: fabiocaccamo/django-admin-interface#34 is also affecting our beloved django-autocomplete-light.
In all the forms that I use the widgets, I get this error:
render () got an unexpected keyword argument 'renderer'
Could someone guide me to solve this error?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (1 by maintainers)
Commits related to this issue
- Fix #1026 got an unexpected keyword argument 'renderer' — committed to wintercircle/django-autocomplete-light by stuartaccent 6 years ago
same problem
2.1.1 and 2.1.2 do not work for me. I downgraded back to 2.0.8 and the problem has disapeared.
I’m still experiencing the same problem on django 2.1.7.
@gnarizzy You made my day. I have been trying to figure this out with with no luck.
I’m now using Django 2.1.1. No problem so far
On Fri, Sep 7, 2018 at 11:38 AM ∞ notifications@github.com wrote:
+1
I also experienced this error when upgrading from django 2.0.X to 2.1. Upon downgrading back to 2.0.8, the problem disappeared.
Go back to 2.0.8, is the latest release before 2.1
El mié, ago 8, 2018 10:51 PM, Kim S. Sunga notifications@github.com escribió:
This is due to an error when integrating DjangoUeditor. We need to modify the :
boundfield.py
file in the virtual environment:.virtualenvs/virtual environment file /lib/python3.5/site-packages/django/forms/boundfield.py