We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
@tsantor looks like there is a PR for this that is just not merged in. Maybe just use their repo for now?
#12
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: