摘要: from rest_framework.exceptions import ValidationError # ... raise ValidationError(detail="size must be either 'large' or 'small'") DRF catches these e 阅读全文
posted @ 2021-03-09 19:48 TonyZhang24 阅读(52) 评论(0) 推荐(0) 编辑