django-messages
django-messages copied to clipboard
render() got an unexpected keyword argument 'renderer'
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
my current django version is 2.2.4
Can you please try to use a checkout from master branch? I think the latest release on pypi is outdated at the moment.
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.
It took me 30+ minutes to land on this ticket.... please make a pypi release.