Foreign key spaghetti

2006-08-21 Thread Sybren Stüvel
If so, how? Greetings, -- Sybren Stüvel, B.Sc. Stüvel IT http://www.stuvel.eu/ signature.asc Description: Digital signature

Re: Foreign key spaghetti

2006-08-21 Thread Sybren Stüvel
ields[1]. I'll do that, thanks! -- Sybren Stüvel, B.Sc. Stüvel IT http://www.stuvel.eu/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

Re: Foreign key spaghetti

2006-08-22 Thread Sybren Stüvel
t;."aanvang" ASC, "profiel_hypotheek"."looptijd" ASC This: "profiel_hypotheek"."klantprofiel_id" = of course isn't proper SQL. Another thing I tried was nearly the same code, except another limit_choces_to clause: limit_choices_to={&

Re: Foreign key spaghetti

2006-08-23 Thread Sybren Stüvel
#x27;t do what I want based on the limit_choices_to attribute. What I need is something that can join and select based on instance level data, but preferably be able to define it at the class level. Greetings, Sybren On Tue, Aug 22, 2006 at 12:20:10PM +0200, Sybren Stüvel wrote: > > Could you g