以下是我的API序列化程序: class ProductSerializer(serializers.ModelSerializer): model =fields = [ ]
from django.db.models但是我得到了这个错误: django.core.exceptions.FieldError: Cannot
models.DateTimeField(auto_now_add=True)如果存在模型,并且它的modified_at作为参考,这里是我希望django执行的原始sql。id) DO UPDATE SET capacity=10 WHERE room.modified_at < '2017-04-30 18:15:32.96468+04:30';
此外,我还想知道我编写的SQL查询是否