honzakral/django-threadedcomments

Same content under common parent not working

Opened this issue · 1 comments

Same content under common parent not working?

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.