django / django-contrib-comments

BSD 3-Clause "New" or "Revised" License
614 stars 196 forks source link

Documentation bug: get_comment_create_data() requires **kwargs #156

Closed git1sal closed 3 years ago

git1sal commented 4 years ago

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 4 years ago

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

claudep commented 3 years ago

The docs were successfully rebuilt today.