django-contrib-comments
django-contrib-comments copied to clipboard
Add request.FILES to post_comment form
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.