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

Does not remove base file.

Open jmdiazlr opened this issue 5 years ago • 1 comments

It removes all generated files but not the base file when we clear the corresponding imagefield in the form and hit save.

jmdiazlr avatar Oct 29 '20 00:10 jmdiazlr

Yes, that's true. Django's file fields generally do not remove the base file; I think it would be unexpected and a possible source of data loss if we started removing base files ourselves.

matthiask avatar Oct 29 '20 08:10 matthiask