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

pass request.FILES to form

Open DominicLGit opened this issue 1 year ago • 4 comments

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

DominicLGit avatar May 11 '23 16:05 DominicLGit

build currently failing due to 3.6 removal from ubuntu 22.04

https://github.com/actions/setup-python/issues/544

DominicLGit avatar May 11 '23 16:05 DominicLGit

Thanks, Python 3.6 removal is taken care in #191. Could you please add a test in you PR?

claudep avatar May 12 '23 16:05 claudep

Hopefully that's close to what you had in mind!

DominicLGit avatar May 17 '23 21:05 DominicLGit

Think I've fixed all the required changes.

DominicLGit avatar May 28 '23 11:05 DominicLGit