honzakral / django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.
BSD 3-Clause "New" or "Revised" License
622 stars 165 forks source link

Same content under common parent not working #76

Open jaineshp opened 8 years ago

jaineshp commented 8 years ago

Same content under common parent not working?

jaineshp commented 8 years ago

This can be done by commenting the line new = self.check_for_duplicate_comment(new) in the forms.py file of django_comments package.

This skips calling of the function check_for_duplicate(...) that doesn't allow duplicate comments to get created.