Re: [SQLObject] object has no attribute
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Ian B. <ia...@co...> - 2004-08-31 04:08:29
|
MJR wrote:
> Any idea why the one-to-many example from SQLObject documentation works with
> addresses=MultipleJoin('Address'), but doesn't with
> addr=MultipleJoin('Address').
That seems to be a bug -- SQLObject simply ignores the attribute you
use. Well, it's hard, because there's sometimes more than one method,
as in RelatedJoin (with add and remove).
--
Ian Bicking / ia...@co... / http://blog.ianbicking.org
|