django-imagekit
django-imagekit copied to clipboard
#473 fix for 'seek of closed file' Error
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)
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.
I saw a recent new update for this package but unfortunately this didn't make the cut? :(