Closed matthiask closed 7 years ago
So this problem just hit us again. @respondcreate anything I can do to help, to get things moving again?
Hey @matthiask !
Just saw that the tests are now passing on this PR, thanks so much! Unfortunately I'm in the middle of a move at the moment so I won't be able to review, merge and release to PyPI until next week. If I haven't responded in this thread by Tuesday, October 2nd, would you mind pinging me again in this thread so I don't forget?
My apologies for the delay!
Hey @respondcreate, I hope the move went well! Pinging you as requested :-) I'd appreciate a short feedback on #105 as well, it is related to this pull request. Thanks in advance.
Pinging you again @respondcreate Thanks for your attention in advance.
Hey @matthiask!
This PR has been merged and is available in the just-minted 1.8 release. Here's how you can get it:
$ pip install django-versatileimagefield
Thanks so much for your contribution to this project (and my apologies for the wait on getting this merged)!
When an image is not uploaded completely the sizers crash. This has been discussed several times before (resp. crashes when the image file does not exist etc.), and fixes have been rejected. (I do not fully agree with the resolution, but that's not the point of this pull request.)
However, it should still be possible to remove or replace these files again. The current implementation which calls
.thumbnail['300x300']
prevents this by causing the whole fieldset containing the versatile image field admin widget to disappear.