respondcreate / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
http://django-versatileimagefield.readthedocs.io/
MIT License
530 stars 90 forks source link

Automatic deletion of sized images #164

Closed Benjamin-Klangkuppler closed 2 years ago

Benjamin-Klangkuppler commented 4 years ago

If a model is deleted the documentation says that all sized images are deleted automatically. I think this is only working when the image field on the model is named "image", on my model it is named "content" and automatic deletion does not work.