django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

fix Issue #499 get_field_info model is None

Open bulatshafigullin opened this issue 2 years ago • 1 comments

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

bulatshafigullin avatar Jan 11 '23 09:01 bulatshafigullin

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

vstoykov avatar Apr 05 '23 21:04 vstoykov