jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
553 stars 130 forks source link

Support for ThumbnailerImageField #149

Open jphilip opened 4 years ago

jphilip commented 4 years ago

I was wondering if it might be possible to support ThumbnailerImageField in addition to ImageField. Right now I get the error There's no widget registered to the class ThumbnailerImageField . I suppose I could make a custom backend and override the get_widget methods, but I am not sure if there will be other issues.