django / django-contrib-comments

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

Add request.FILES to post_comment form #190

Open DominicLGit opened 1 year ago

DominicLGit commented 1 year ago

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.