django1/django/db/models/sql
Anssi Kääriäinen 06de130dae Fixed #12823 -- Was already fixed in master, tests added
Also added a little improvement to sql/query.py to get rid of
non-necessary IS NOT NULL check.
2013-02-28 15:05:48 +02:00
..
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
aggregates.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
compiler.py Fixed #19861 -- Transaction ._dirty flag improvement 2013-02-27 17:54:27 +02:00
constants.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
datastructures.py Fixed #19837 -- Refactored split_exclude() join generation 2013-02-19 01:10:49 +02:00
expressions.py Refactored negated IS NULL handling 2013-02-20 21:34:01 +02:00
query.py Fixed #12823 -- Was already fixed in master, tests added 2013-02-28 15:05:48 +02:00
subqueries.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
where.py Revert "fixes #19263" - Fails if not SQLite 2013-02-24 12:38:32 +01:00