matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.24k stars 276 forks source link

fix Issue #499 get_field_info model is None #557

Open bulatshafigullin opened 1 year ago

bulatshafigullin commented 1 year ago

get_field_info cannot get model because field_file doesn't have instance field set so we can set it ourselves in save method

vstoykov commented 1 year ago

@bulatshafigullin thanks for your contribution. Can you add test describing the problem?