Inlines that include an ImageField won't save, because the files never get uploaded. Even though I've selected a file, the save always fails indicating that "This field is required." I'm not sure why this is - I tried playing around with stoat.admin, but I can't resolve the issue. Adding a pdb.set_trace() at the front of change_view shows that request.FILES is empty from the beginning. I'm going to continue trying to debug.
Inlines that include an ImageField won't save, because the files never get uploaded. Even though I've selected a file, the save always fails indicating that "This field is required." I'm not sure why this is - I tried playing around with
stoat.admin, but I can't resolve the issue. Adding apdb.set_trace()at the front ofchange_viewshows thatrequest.FILESis empty from the beginning. I'm going to continue trying to debug.