Django: how to annotate a comparison as an expression?

后端 未结 0 1490
闹比i
闹比i 2020-11-21 15:46

I have a model including these two fields in my models.py:

class Dummy(models.Model):

    timestamp1 = models.DateTimeField()
    timestamp2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题