Created
May 11, 2012 23:15
-
-
Save Kronuz/2663040 to your computer and use it in GitHub Desktop.
ImageSpecFieldFile error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "../libs/celery/concurrency/processes/pool.py", line 239, in run | |
return self.body() | |
File "../libs/celery/concurrency/processes/pool.py", line 288, in body | |
put(task) | |
File "/Library/Python/2.7/site-packages/django/db/models/fields/files.py", line 134, in __getstate__ | |
return {'name': self.name, 'closed': False, '_committed': True, '_file': None} | |
File "../apps-ext/imagekit/models/fields/files.py", line 114, in name | |
filename = self.source_file.name | |
File "../apps-ext/imagekit/models/fields/files.py", line 18, in source_file | |
field_name = getattr(self.field, 'image_field', None) | |
AttributeError: 'ImageSpecFieldFile' object has no attribute 'field' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment