django/tests/regressiontests/select_related_regress
Anssi Kääriäinen edf93127bf Removed join() promote kwarg
The join promote=True was over-aggressive in select_related handling.
After that was removed, the only other user was query.combine(). That
use case is very easy to handle locally, so there is no more need for
the join(promote=True) flag.

Refs #19849.
2013-02-20 21:43:44 +02: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 [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests.py Removed join() promote kwarg 2013-02-20 21:43:44 +02:00