#3592: Allowing Q Objects to select between OUTER and INNER joins (semi-
intelligently)
--------------------------------+-------------------------------------------
   Reporter:  [EMAIL PROTECTED]     |                Owner:  mtredinnick     
     Status:  new               |            Component:  Database wrapper
    Version:  SVN               |           Resolution:                  
   Keywords:  Q,QuerySet,JOINs  |                Stage:  Accepted        
  Has_patch:  0                 |           Needs_docs:  0               
Needs_tests:  0                 |   Needs_better_patch:  0               
--------------------------------+-------------------------------------------
Comment (by [EMAIL PROTECTED]):

 There was a strange bug in the patch: In line 736, it called
 {{{self.underneath_an_or()}}}, which is a non-callable attribute.
 Replacing it with {{{self.search_for_or()}}} worked. Tests are passed, and
 all tests of my application also passed.
 
 But the patch still helped a lot to get something done right now--thanks,
 axiak!
 
 Bug #1801 (a problem with joins and AND) is unrelated, in case anybody
 wonders.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3592#comment:8>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to