django/django-contrib-comments

get_comment_create_data() got an unexpected keyword argument 'site_id'

nordbit opened this issue · 1 comments

in:
views/comments.py
forms.py

Django==1.10.5 & django-contrib-comments==1.7.3/current

No error with oldest version django-contrib-comments == 1.7.2

I guess you have your own get_comment_create_data method? I'd then suggest to add **kwargs in the signature of your version.
This was changed in 1ab69cb