Am 02.10.2010 12:35 schrieb pk1024:
Everything i have seen using relation and backref generates a list rather than a scalar connection. I tried the uselist=False in the relation statement but this did nothing.
uselist=False should work, I have already used it. See http://www.sqlalchemy.org/docs/orm/relationships.html#one-to-one If you still have problems, you should post your code. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

