Hi,
I'm using Easy Thumbnails for managing resized versions of images. In my model i have a ThumbnailerImageField which stores a URL to the original image. When trying to serialize an instance of this model, i get the JSON exception:
<ThumbnailerImageFieldFile: ...> is not JSON serializable
ThumbnailerImageField extends Django's original ImageField and the Django-provided serialization mechanism works well in this case so i guess it may be a bug.