Django

Code

Changeset 2613

Show
Ignore:
Timestamp:
04/05/06 07:00:38 (2 years ago)
Author:
lukeplant
Message:

magic-removal: Fixed #1535 (bug with combined m2m and m2o to the same model). Thanks, Russell Cloran.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/magic-removal/django/db/models/query.py

    r2575 r2613  
    770770        joins[backend.quote_name(current_table)] = ( 
    771771            backend.quote_name(intermediate_table), 
    772             "INNER JOIN", 
     772            "LEFT OUTER JOIN", 
    773773            "%s.%s = %s.%s" % \ 
    774774                (backend.quote_name(table),