django/django/db
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
..
backends Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
migrations Initial version of MigrationOptimizer and tests 2013-10-02 17:34:22 +01:00
models Improved Query join promotion logic 2013-10-05 14:52:17 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
utils.py Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00