Re: [Modeling-users] One to Many Relationships
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-08-18 14:57:52
|
"Kertis, Dennis" <dk...@vo...> wrote: > Actually, I had that in my model but got this error: > > Serious: couldn't load the model > exceptions.ValueError > invalid literal for int(): * > > Here is the code: > > <relation > name='topics' > destinationEntity='Topic' > deleteRule='2' > multiplicityLowerBound='0' > multiplicityUpperBound='*' > thanks, > Dennis That's definitely a bug. Try '-1' instead of '*'! Thanks for reporting. -- Sébastien. |