SQLAlchemy - with a list query of model Task, how can I get a big list of all LogEntry models in every Task.logged_actions?

后端 未结 0 578
逝去的感伤
逝去的感伤 2020-11-28 06:09

Here is my models file, simplified a bit for the question:

class Objects(IntEnum):
    USER = auto()
    TASK = auto()
    TASK_PARENT = auto()
    LOG_ENTRY          


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