django1/django/db/models/sql
Malcolm Tredinnick ba015e0a79 Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer join
so that the ordering doesn't accidentally restrict the result set.

(Ironically, one existing test actually showed this problem, but I was too
dumb to notice the result was incorrect.)


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-26 06:50:22 +00:00
..
__init__.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
constants.py Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectly 2008-04-28 02:27:19 +00:00
datastructures.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
query.py Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer join 2008-06-26 06:50:22 +00:00
subqueries.py Fixed #7387 - Fixed circular import problem when importing `contrib.contenttypes.generic` module. 2008-06-15 04:49:29 +00:00
where.py Negligible comment typo fixes 2008-06-12 03:37:13 +00:00