Good day, recently faced such problem: the image has ceased to be transmitted through the forms. I have two applications that use ImageField - CustomUser and UserGroup, both extending existing Django models(see code below).
As soon as noticed the problem, I decided to rollback to the point when everything was working(in t...