django / django-contrib-comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation bug: get_comment_create_data() requires **kwargs

git1sal opened this issue · comments

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.

This seems to be fixed in the master branch. I don't know how to force readthedocs to refresh its pages.

The docs were successfully rebuilt today.