Re: QuerySet.values() Shallow Copy

2009-03-24 Thread Vitaly Peressada
, Alex Gaynor wrote: > On Sun, Mar 22, 2009 at 9:51 PM, Vitaly Peressada wrote: > > > > > > > Malcolm, I might take a stab on this later. Do you know if queryset- > > refactor branch was merged into trunk? > > > On Mar 20, 10:52 pm, Malcolm Tredinnick > >

Re: QuerySet.values() Shallow Copy

2009-03-22 Thread Vitaly Peressada
Malcolm, I might take a stab on this later. Do you know if queryset- refactor branch was merged into trunk? On Mar 20, 10:52 pm, Malcolm Tredinnick wrote: > On Fri, 2009-03-20 at 05:08 -0700, Vitaly Peressada wrote: > > @Malcolm: > > > I agree with you that there are some hole

Re: QuerySet.values() Shallow Copy

2009-03-20 Thread Vitaly Peressada
@Malcolm: I agree with you that there are some holes in code - it was a quick hack to solve issue at hand. I did suspect that there should be some effort to implement this feature and tickets quoted confirm that. It is too bad that as of now it has not done yet even though tickets appear to be 2

Re: QuerySet.values() Shallow Copy

2009-03-19 Thread Vitaly Peressada
Thanks, Bob. Added comment to the ticket. On Mar 19, 12:03 pm, Bob Thomas wrote: > On Mar 19, 8:17 am, Vitaly wrote: > > > I wanted json serialize a tree of django model objects: Schedule -> > > Player -> django.models.User. > > django.core.serializers.serialize does shallow serialization of >