django/tests/regressiontests/select_related_regress
Malcolm Tredinnick 2fba099779 [1.0.X] Fixed -- Fixes for some select_related() situations.
Using select_related(...) across a nullable relation to a multi-table
model inheritance situation no longer excludes results. Thanks to AdamG
for a test demonstrating part of the problem.

Backport of r10136 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24 05:54:35 +00:00
..
__init__.py Fixed handling of multiple fields in a model pointing to the same related model. 2008-06-29 02:36:18 +00:00
models.py [1.0.X] Fixed -- Fixes for some select_related() situations. 2009-03-24 05:54:35 +00:00