[sqlalchemy] Re: Using assoc proxy with a regular field, help?

2007-02-06 Thread Roger Demetrescu
Hi iain On 2/5/07, iain duncan [EMAIL PROTECTED] wrote: Below is my code in case someone has time to look at it. At the moment it works to get article.ordering as a list instead of one field. Is there a way to tell it that this is only supposed to be one item? uselist is your friend.. :)

[sqlalchemy] Re: Using assoc proxy with a regular field, help?

2007-02-06 Thread iain duncan
On Tue, 2007-06-02 at 06:25 -0200, Roger Demetrescu wrote: Hi iain On 2/5/07, iain duncan [EMAIL PROTECTED] wrote: Below is my code in case someone has time to look at it. At the moment it works to get article.ordering as a list instead of one field. Is there a way to tell it that