I am using django_comments
with Django 1.8
. When a user posts a comment on the same target object(post) with the same content as of the any of his previous comments then it doesn't get saved in the database. Is there any constraint that I am missing?
Please help!
Thanks!