mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
Pass storage to generator
This commit is contained in:
parent
ff1b76f923
commit
d9abd75d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class ImageSpecField(object):
|
|||
callable(processors) else processors
|
||||
|
||||
self.generator = SpecFileGenerator(p, format=format, options=options,
|
||||
autoconvert=autoconvert)
|
||||
autoconvert=autoconvert, storage=storage)
|
||||
self.image_field = image_field
|
||||
self.storage = storage
|
||||
self.cache_to = cache_to
|
||||
|
|
|
|||
Loading…
Reference in a new issue