List of latest actions per group

后端 未结 0 388
春和景丽
春和景丽 2021-01-18 04:48

I have following models in Django:

class Action(models.Model):
    target_object_id = models.CharField(max_length=255, blank=True, null=True, db_index=True)
          


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