django-trix
django-trix copied to clipboard
TypeError: render() got an unexpected keyword argument 'renderer'
Added trix to admin using instructions provided. Accessing the admin form with the trix field throws the following:
TypeError: render() got an unexpected keyword argument 'renderer'
- Django 2.2
- django-trix 0.3.0
- Python 3.7.3