Re: [patch] serializer can't resolve a one-to-many relation from the "foreign" side

2006-10-04 Thread Nikolaus Schlemm
> I'd like to have a way to control through which foreign key > fields it should expand, since I might not need all the data. > That's also a point with the current implementation: It doesn't > let me skip data fields not needed. more and more I'm thinking this is definitely an excellent idea!! e.

Re: [patch] serializer can't resolve a one-to-many relation from the "foreign" side

2006-10-04 Thread Nikolaus Schlemm
hi Michael, > It would be easier to comment on it if you would provide a patch > with full path, so that track can recognize its context and > display it properly. Look at the other patches if you don't see how. after looking at other patches, I now called "svn diff" from the django root-dir and

Re: [patch] serializer can't resolve a one-to-many relation from the "foreign" side

2006-10-04 Thread Michael Radziej
Hi Nikolaus, Nikolaus Schlemm schrieb: > hi, > > in case anybody else has been trying to include one2many-relations when > serializing the "one" side, take a look at > > http://code.djangoproject.com/ticket/2843 > > would be great if someone else could test this as well. thanks! It wou

[patch] serializer can't resolve a one-to-many relation from the "foreign" side

2006-10-04 Thread Nikolaus Schlemm
hi, in case anybody else has been trying to include one2many-relations when serializing the "one" side, take a look at http://code.djangoproject.com/ticket/2843 would be great if someone else could test this as well. thanks! -- cheers, Nikl --~--~-~--~~--