1
build_attrs() got an Unexpected keyword argument 'name' Request Method: GET Request URL: http://localhost:8888/admin/videos/videos/1/change/ Django Version: 1.11 Exception Type: Typeerror Exception Value:
build_attrs() got an Unexpected keyword argument 'name' Exception Location: /usr/local/lib/python3.6/site-Packages/ckeditor/widgets.py in render, line 111 Python Executable: /usr/local/opt/python3/bin/python3.6 Python Version: 3.6.0 Python Path: ['/Users/carlos/Workspace/py/www/rock', '/usr/local/Cellar/python3/3.6.0_1/Frameworks/Python.framework/Versions/3.6/lib/python36.zip', '/usr/local/Cellar/python3/3.6.0_1/Frameworks/Python.framework/Versions/3.6/lib/python3.6', '/usr/local/Cellar/python3/3.6.0_1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload', '/usr/local/lib/python3.6/site-Packages']
I’m using Python 3.6, Django 1.11, Pillow 4.0
When I disable Ckeditor everything works, then there is some incompatibility involving Ckeditor with Django 1.11.
The code is the solution? could highlight this?
– rray
This solution seems to me a fix of the application of ckeditor itself, right? They will release a new version with the fix?
– Karl Zillner