ellmetha / django-machina

A Django forum engine for building powerful community driven websites.
https://django-machina.readthedocs.org
BSD 3-Clause "New" or "Revised" License
589 stars 126 forks source link

Edit post as anonymous user #282

Open vincentporte opened 1 year ago

vincentporte commented 1 year ago

Hi @ellmetha, Using anonymous user capabilities, we found that editing a post a anonymous user made, by him.her.self fails.

Error Message : Cannot assign "<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fa3c8230f10>>": "Post.updated_by" must be a "User" instance.

We embeded fix in our app, but it may be useful for everyone. Class PostForm, method update_post

vincentporte commented 1 year ago

Fix and tests are ready in a local new branch of your repo. Let me know if you're interested in me creating a PR.

vincentporte commented 1 year ago

Hi, I catched the same error when editing Topic as anonymous user. Let's keep in touch if I can help.