django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

#473 fix for 'seek of closed file' Error

Open agrelle opened this issue 4 years ago • 2 comments

need to change the order here, first populate "self.file", then seek to start of file handle, and then "self.storage.save" (which will result in a closed file handle, from which we can no longer seek nor read)

agrelle avatar Jan 31 '21 19:01 agrelle

Thank you for your contribution!

Can I ask if you can add a test that will fail if the fix is not applied? Thank you.

vstoykov avatar Feb 13 '21 23:02 vstoykov

I saw a recent new update for this package but unfortunately this didn't make the cut? :(

julianwachholz avatar Dec 22 '21 13:12 julianwachholz