django1/django/db
Anssi Kääriäinen c7739e30b2 Fixed #17424 -- annotate() + exclude() bug
The bug was already fixed by 01b9c3d519,
so only tests added.

At the same time promote_joins()'s uncoditional flag is gone, it isn't
needed for anything any more.
2013-08-07 12:53:33 +03:00
..
backends Fixed #17519 -- Fixed missing SQL constraints to proxy models. 2013-08-02 07:41:56 -04:00
models Fixed #17424 -- annotate() + exclude() bug 2013-08-07 12:53:33 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
utils.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00