ofassley

Results 2 comments of ofassley

I'm experiencing the same issue. It occurs when I add an `ImageSpecField` to a model that already has a `ProcessedImageField`. ``` self = def _generate(self): # Generate the file content...

Same issue here. I'm also using Imagekit. ``` self = def _generate(self): # Generate the file content = generate(self.generator) actual_name = self.storage.save(self.name, content) # We're going to reuse the generated...