easy-thumbnails
easy-thumbnails copied to clipboard
Django 1.5.1 admin widget
manual configuration
formfield_overrides = {
ThumbnailerImageField: {'widget': ImageClearableFileInput}
}
works well, but it looks this widget must be loaded by defaults and doesnt loaded in my case wihout formfield_overrides
So you're proposing that ImageClearableFileInput should be the default widget for our custom ImageField field?
so that isnt bug.. yeah default widget preconfiguration for your custom field is good idea
and now docs misses info about your widgets