mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-21 13:34:43 +00:00
Include source filename in hash
This commit is contained in:
parent
8a2738ca8a
commit
f43bd4ec28
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ class SpecFileGenerator(object):
|
|||
|
||||
def get_hash(self, source_file):
|
||||
return md5(''.join([
|
||||
source_file.name,
|
||||
pickle.dumps(self.get_processors(source_file)),
|
||||
self.format,
|
||||
pickle.dumps(self.options),
|
||||
|
|
|
|||
Loading…
Reference in a new issue