django-contrib-comments
django-contrib-comments copied to clipboard
pass request.FILES to form
Passing request.FILES to the CommentForm in post_comment view.
Allows for the comment form and comment model to be extended with file fields without having to override the post_comment view.
#190
build currently failing due to 3.6 removal from ubuntu 22.04
https://github.com/actions/setup-python/issues/544
Thanks, Python 3.6 removal is taken care in #191. Could you please add a test in you PR?
Hopefully that's close to what you had in mind!
Think I've fixed all the required changes.