Update model django through kwargs April 8, 2024 by Tarik As long as the PK is the same, the existing row will be overwritten. obj = Object(index=id, **fields) obj.save()