In class Comment in str method you need to user.username or something you want as string, now you are returning full user object. Ex def __str__(self): return user.username
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cf1c7dd6-b32a-4d0c-9b54-2bdda36945b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

