Venelin Stoykov
Venelin Stoykov
This is very strange. Did you make anything strange with the source (not normal model form) or something? Did you changed `IMAGEKIT_SPEC_CACHEFILE_NAMER` and/or `IMAGEKIT_CACHEFILE_NAMER`?
You want instead of hardcoded text to use the value of the title field right?
By default Processors are not intended to know anything about Specs and for that reason you can't tell that info. As a workaround I'm thinking of property that will return...
The cache is there in order not to touch the file storage (it can be remote on S3 for example). You can try to see how fast it will be...
@matthewwithanm Can you see what is the problem with readthedocs ?
It's very strange. I tried with files with unicode characters in the name and everything works as expected. Can you show us the whole traceback?
@pulsarav I see that it was long time ago but we have no response from you. Did you managed to resolve the problem?
@Leeaandrob actually your issue looks different because it is caused in `generateimages` management command when try to output to the stdout which image was just generated. The original issue was...
The spec '<imagekit.specs.DynamicSpec object at 0x10db77110>' has no source file associated with it.
@stunaz Actually with Django if you acces `url` attribute if `FieldFile` object that is `None` it also raises an Exception ``` ValueError: The 'file' attribute has no file associated with...
@littlehome-eugene Type error that you are seeing is because you are trying to pass `spec_id` and `spec` at the same time for your `ProcessedImageField`. They are used to do the...