Django Edit Objek ID Kunci Asing

object = Object.objects.filter(id=object_id).update(foreign_key_id=new_id)
MitchAloha