Documentation bug: get_comment_create_data() requires **kwargs
git1sal opened this issue · 2 comments
git1sal commented
In https://django-contrib-comments.readthedocs.io/en/latest/custom.html
, def get_comment_create_data(self)
is incorrect. It needs **kwargs
, as found in #115.
claudep commented
This seems to be fixed in the master branch. I don't know how to force readthedocs to refresh its pages.
claudep commented
The docs were successfully rebuilt today.