mirror of
https://github.com/django/django.git
synced 2025-01-23 08:39:17 +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.