The model.save() command saves all field information of the current model in db.
If you want to save only specific fields, add update_fields information.
model.save(update_fields=['aaa'])