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 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. 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. Anyway, how is this supposed to behave for a chain of foreign keys? Would it go through all the related models and the models related to the related models, etc.? Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers -~----------~----~----~----~------~----~------~--~---
