Re: "Lookups that span relationships" + objects.exclude()

2009-05-05 Thread George Song
On 5/5/2009 12:47 AM, bweiss wrote: > So to enter a Qualification obtained, users choose a name from the > data in the Employee table, and a Qualification Type from the data in > that table, and then enter the remaining details (eg. date > obtained, expiry date). Also the Qualification table

Re: "Lookups that span relationships" + objects.exclude()

2009-05-05 Thread George Song
On 5/5/2009 12:47 AM, bweiss wrote: > Thanks Alex, that's really helpful and I'm certainly closer now! > However, after a fair bit of experimenting with that exclude() method, > I still can't quite get it to do what I need. > > I'm trying to get a list of all employees who do not have a > qualif

"Lookups that span relationships" + objects.exclude()

2009-05-05 Thread bweiss
Thanks Alex, that's really helpful and I'm certainly closer now! However, after a fair bit of experimenting with that exclude() method, I still can't quite get it to do what I need. I'm trying to get a list of all employees who do not have a qualification of a certain type (which I'llcall 'A1').