1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00
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
..
2012-12-29 21:58:12 +01:00