mirror of
https://github.com/django/django.git
synced 2025-03-12 02:12:38 +00:00
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.