Following is the Django ORM update query: from db_model.models import Restaurant data = Restaurant.objects.filter(pk=3).update(price=180) In the above code, ...
確定! 回上一頁