You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: