matthiask / django-imagefield

You should probably use this image field instead of Django's built-in models.ImageField.
https://django-imagefield.readthedocs.io
BSD 3-Clause "New" or "Revised" License
102 stars 10 forks source link

Do not delete non-existing items from storage #2

Closed ayushin closed 5 years ago

ayushin commented 5 years ago

Do not delete non-existing items from storage as this throws an unhandled exception with Google Cloud storage.

matthiask commented 5 years ago

Thank you! Merged (and amended a bit to fix the black/flake8 error) in https://github.com/matthiask/django-imagefield/commit/eb77f62e3d5c542bdbe17ef97f32ecc8194fbc32

matthiask commented 5 years ago

I just uploaded this to PyPI as 0.7.2.