Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tsantor opened this issue May 31, 2019 · 2 comments
Open

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

tsantor opened this issue May 31, 2019 · 2 comments

Comments

@tsantor
Copy link

tsantor commented May 31, 2019

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
@penkin
Copy link

penkin commented Jun 11, 2019

@tsantor looks like this is the issue "Support for Widget.render() methods without the renderer argument is removed."

https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1

@penkin
Copy link

penkin commented Jun 11, 2019

@tsantor looks like there is a PR for this that is just not merged in. Maybe just use their repo for now?

#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants