Closed michaelqz closed 6 years ago
render method signature was changed in django 2.1 My solution for quickly fix create your local widget base on django-json-widget and override method
This is causing issues for us as well... @maos.. If you have a fix? Can you share it? Maybe a pull-request?
Fixed this in https://github.com/jmrivas86/django-json-widget/pull/10.. Not sure how it works with old versions of django tho.. At least its a quick fix for someone else
fixed in PR #8
Description
Trying to use the widget in Django 2.1. When using Django 2.0.8 - it works fine. I noticed that froala also had/has this issue-> this may be the cause.
What I Did
Error Occurs:
render() got an unexpected keyword argument 'renderer'
Trace: