You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
I have Post and Like models. Like model has user and post relationships. I want to add to ModelSerializer field my_vote which should contain only my vote or None. How to make it?