[Modeling-users] one-to-one association, howto
Status: Abandoned
Brought to you by:
sbigaret
|
From: Wara S. <war...@gm...> - 2005-02-17 08:51:01
|
I've try to create one-to-one association from table Task to Supplier by define
model.association = [
Association('Task', 'Supplier',multiplicity=[ [0, 1], [0, 1] ])
]
but the error said
ValueError: invalid multiplicity dst->src: should be toMany
I've also apply the patch from
http://sourceforge.net/mailarchive/message.php?msg_id=9401573
Did I done something wrong?
Regrads
Wara Songkran
|