mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
ecaba36028
There were multiple cases where join promotion was a bit too aggressive. This resulted in using outer joins where not necessary. Refs #21150.