django/tests/regressiontests/select_related_onetoone
Anssi Kääriäinen f51e409a5f Fixed #13781 -- Improved select_related in inheritance situations
The select_related code got confused when it needed to travel a
reverse relation to a model which had different parent than the
originally travelled relation.

Thanks to Trac aliases shauncutts for report and ungenio for original
patch (committed patch is somewhat modified version of that).
2012-11-15 17:15:21 +02:00
..
__init__.py Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_related(). Thanks to George Vilches, Ben Davis, and Alex Gaynor for their work on various stages of this patch. 2010-01-27 13:30:29 +00:00
models.py Fixed #13781 -- Improved select_related in inheritance situations 2012-11-15 17:15:21 +02:00
tests.py Fixed #13781 -- Improved select_related in inheritance situations 2012-11-15 17:15:21 +02:00