1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/queries
Anssi Kääriäinen ecaba36028 Improved Query join promotion logic
There were multiple cases where join promotion was a bit too aggressive.
This resulted in using outer joins where not necessary.

Refs #21150.
2013-10-05 14:52:17 +03:00
..
__init__.py
models.py Fixed #21203 -- resolve_columns fields misalignment 2013-10-01 20:29:23 +03:00
tests.py Improved Query join promotion logic 2013-10-05 14:52:17 +03:00