Re: Serializing with not just the query data but also some additional columns

2009-09-03 Thread Russell Keith-Magee
On Fri, Sep 4, 2009 at 11:58 AM, Andy McKay wrote: > > > On 2009-09-03, at 1:21 PM, Neeraj wrote: >> I am trying to serialize a queryset but for each row I want >> supplementary data that is appropriate to the context I am doing the >> serialization in. I might want to add a column to each row in

Re: Serializing with not just the query data but also some additional columns

2009-09-03 Thread Andy McKay
On 2009-09-03, at 1:21 PM, Neeraj wrote: > I am trying to serialize a queryset but for each row I want > supplementary data that is appropriate to the context I am doing the > serialization in. I might want to add a column to each row in one > situation which is some calculate value, etc, e