You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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_view
shows thatrequest.FILES
is empty from the beginning. I'm going to continue trying to debug.The text was updated successfully, but these errors were encountered: