You specify the fields that should be updated by passing the update_fields keyword argument to the . save() method containing a list of field names . Of course Django provides excellent docs on this particular feature.
You specify the fields that should be updated by passing the update_fields keyword argument to the . save() method containing a list of field names . Of course Django provides excellent docs on this particular feature.