DjangoGirls / tutorial-extensions

Additional tasks for tutorial
https://tutorial-extensions.djangogirls.org
Other
162 stars 202 forks source link

issue on comment submit #118

Open vicvv opened 5 years ago

vicvv commented 5 years ago

Hi, after I created a comment I was trying to submit it but got the following error:

ValueError: Cannot assign "'user1'": "Post.author" must be a "User" instance. Shouldn't be user name detected from login somehow? Are you planning to extend the tutorial? Thank you!