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

render() got an unexpected keyword argument 'renderer' #146

Open
chessmonster opened this issue Jun 20, 2020 · 4 comments
Open

render() got an unexpected keyword argument 'renderer' #146

chessmonster opened this issue Jun 20, 2020 · 4 comments

Comments

@chessmonster
Copy link

hello.

I just installed django-messages to my project. all the URLs work as listed in the urls.py of django-messages. but I'm having an issue when accessing the compose page.

it gives me this error:

TypeError at /messages/compose/

render() got an unexpected keyword argument 'renderer'

it looks like it is having an issue when I call the render function. I'm not sure why because I have another view file that uses the same function, and it does not have an issue.

I hope you can help me on this. Please advise if you need more information. I've also posted more details here in SO: https://stackoverflow.com/questions/62370869/render-got-an-unexpected-keyword-argument-renderer

@chessmonster
Copy link
Author

my current django version is 2.2.4

@arneb
Copy link
Owner

arneb commented Jun 22, 2020

Can you please try to use a checkout from master branch? I think the latest release on pypi is outdated at the moment.

@chessmonster
Copy link
Author

hello, thanks for getting back to me. I did what you told me and now I am able to render the compose page. thank you for the help.

@BoPeng
Copy link

BoPeng commented Jan 31, 2021

It took me 30+ minutes to land on this ticket.... please make a pypi release.

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

3 participants