如果序列化程序实例在模型端失败约束,则serializer.is_valid()返回问题.Trueunique_together
serializer.is_valid()
True
unique_together
有没有办法在序列化程序中指定强制执行unique_together约束?
django django-rest-framework
django ×1
django-rest-framework ×1