After a trip through the pickle/unpickle machine the ThumbnailerField fields on my models can no longer generate thumbnails.
I'm using django-cacheops which pickles whole objects into the cache to reduce query duplication, so I'd really like to be able to pickle models with ThumbnailerFields
After a trip through the pickle/unpickle machine the
ThumbnailerField
fields on my models can no longer generate thumbnails.I'm using
django-cacheops
which pickles whole objects into the cache to reduce query duplication, so I'd really like to be able to pickle models withThumbnailerField
s