On Feb 11, 2011, at 2:37 PM, Will wrote:
>>> I have a table that has two
>>> parents,
>>> that is a foreign key to two tables. One of those tables isn't needed
>>> by the application, but it needed for other applications that use
>>> these
>>> same SQLAlchemy models.
>>
>>> The following exampl
> > I have a table that has two
> > parents,
> > that is a foreign key to two tables. One of those tables isn't needed
> > by the application, but it needed for other applications that use
> > these
> > same SQLAlchemy models.
>
> > The following example shows first a default parent/child relation