[SQLObject] Backreference a 1-to-1join
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: J-P L. <sql...@si...> - 2003-05-14 22:01:35
|
Hi All, Is it possible to backreference a 1-to-1 join using the _joins attribute? The documentation only mentions one-to-many and many-to-many. Foreign keys enable a one way reference, but I'd like to get the reverse implemented as well. Thanks! |