django model operations
# specify which field to save product.name = 'Name changed again' product.save(update_fields=['name'])