django-contrib-comments icon indicating copy to clipboard operation
django-contrib-comments copied to clipboard

Add request.FILES to post_comment form

Open DominicLGit opened this issue 1 year ago • 0 comments

Currently the post_comment view must be overridden if you wish to extend the the comment form and model with file fields.

Adding request.FILES to the comment form in post_comment will avoid this.

DominicLGit avatar May 11 '23 16:05 DominicLGit