Forms
request.POST with files
In addition to adding request.POST, you have to add request.FILES
Instance
When fixing a form that is updating an existing object, you have to pass instance=object into the form
Last updated