I have two models
class Event(MyMixin1, Base): # ... other fields place_id = Column(Integer, ForeignKey(\'place.id\')) place = r