group base on dates and create arrays of dates in django

后端 未结 0 1969
难免孤独
难免孤独 2020-12-15 06:54

hello I have a problem in achieving this

I have Model

class TimeLine(models.Model):
    lead = models.ForeignKey(Lead, on_delete=models.CASCADE, relate         


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