I'm making a model called Image that has a method to save another version of itself with a different size. But I can't get the ImageField in the new version to accept the saved image file. It fails on the save method, with 'NoneType' object is not subscriptable.I'm making a model called Image that has a meth