摘要: 1局部事务(*) 基于上下文管理,如果出现异常则自动回滚;无异常则自动提交。 from rest_framework.views import APIView from rest_framework.response import Response from django.db import tra 阅读全文
posted @ 2023-02-20 17:18 阿明明 阅读(17) 评论(0) 推荐(0) 编辑
摘要: django中的返回值可以分为: 异常返回值 正常返回值 1. Djanog中常见的异常返回值有如下 序列化校验错误 { "age": [ "A valid integer is required." ] } 数据不存在http://127.0.0.1:8000/api/demon/11/ { "d 阅读全文
posted @ 2023-02-20 15:35 阿明明 阅读(172) 评论(0) 推荐(1) 编辑