Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Issue with ThumbnailerImageField (ImageField?) #13

@hauru

Description

@hauru

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions