Using Flask and SQLAlchemy, I have two models:
ToDoList - parent of Todo
ToDoList
Todo
Todo - child of ToDoList
I have