Re: Detecting Object with Empty Relation Ship

2007-11-26 Thread Manakel
It look like sensible options to make the check. I'll try to test the one related to Q Object. Note: Your blog is my second bible for django (first being the B- List) :-) On Nov 23, 8:15 pm, Empty <[EMAIL PROTECTED]> wrote: > I'm not sure I follow you completely, but I think my blog post on the

Re: Detecting Object with Empty Relation Ship

2007-11-23 Thread Empty
I'm not sure I follow you completely, but I think my blog post on the subject of finding lookup items that are not being used may get you going in the right direction. http://blog.michaeltrier.com/2007/8/12/finding-lookup-items-that-are-not-used I hope it helps. Michael On Nov 23, 2007 5:54 AM

Detecting Object with Empty Relation Ship

2007-11-23 Thread Manakel
Hello Dear All, I have the following models A --is linked via A-LINKS-- to B --is linked via B-LINKS to C. where A,B,C are models (ie Requirement, Test,Defect) and A-LINKS is a N-N relationship between A & B using a third party object. (intermediate table) and B-LINKS is a N-N relationship betw