Same content under common parent not working
jaineshp opened this issue · 1 comments
jaineshp commented
Same content under common parent not working?
jaineshp commented
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.