mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Don't delete the file when source is deleted
We can't be sure another spec isn't using this file.
This commit is contained in:
parent
1a7c0627df
commit
d22c49a465
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@ class Optimistic(object):
|
|||
def on_source_created(self, file):
|
||||
file.generate()
|
||||
|
||||
def on_source_deleted(self, file):
|
||||
file.delete()
|
||||
|
||||
def on_source_changed(self, file):
|
||||
file.generate()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue