We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same content under common parent not working?
The text was updated successfully, but these errors were encountered:
This can be done by commenting the line new = self.check_for_duplicate_comment(new) in the forms.py file of django_comments package.
new = self.check_for_duplicate_comment(new)
forms.py
django_comments
This skips calling of the function check_for_duplicate(...) that doesn't allow duplicate comments to get created.
check_for_duplicate(...)
Sorry, something went wrong.
No branches or pull requests
Same content under common parent not working?
The text was updated successfully, but these errors were encountered: