django-trix icon indicating copy to clipboard operation
django-trix copied to clipboard

TypeError: render() got an unexpected keyword argument 'renderer'

Open tsantor opened this issue 5 years ago • 2 comments

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

tsantor avatar May 31 '19 21:05 tsantor