Re: Writing a request filter to find objects without related objects

2009-04-19 Thread Alex Gaynor
On Sun, Apr 19, 2009 at 8:48 PM, bweiss wrote: > > I'm working on a database project which controls details related to > the employees of a company. > > It includes a table called "Qualifications", which has details of all > the industry certifications and training courses obtained by > employees

Writing a request filter to find objects without related objects

2009-04-19 Thread bweiss
I'm working on a database project which controls details related to the employees of a company. It includes a table called "Qualifications", which has details of all the industry certifications and training courses obtained by employees. This table is connected via ForeignKey fields to two other