django1/django/db/models/sql
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
..
__init__.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
aggregates.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
compiler.py Fixed #17339 -- Factor out has_result into database backend. 2013-07-09 06:41:52 -04:00
constants.py Fixed #19385 again, now with real code changes 2013-03-24 18:40:40 +02:00
datastructures.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
expressions.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
query.py Fixed #17424 -- annotate() + exclude() bug 2013-08-07 12:53:33 +03:00
subqueries.py Fixed #20348 -- Consistently handle Promise objects in model fields. 2013-07-31 15:54:17 +03:00
where.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00