mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-19 06:40:22 +00:00
Use file name; not file, which can't be pickled
This commit is contained in:
parent
faee0fa537
commit
c2dedaa2b8
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class ImageSpec(BaseImageSpec):
|
|||
|
||||
def get_hash(self):
|
||||
return md5(pickle.dumps([
|
||||
self.source,
|
||||
self.source.name,
|
||||
self.kwargs,
|
||||
self.processors,
|
||||
self.format,
|
||||
|
|
|
|||
Loading…
Reference in a new issue