django1/django/db/models/sql
Aymeric Augustin 0c82b1dfc4 Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.
Thanks tomas_00 for the report.
2013-02-28 17:35:13 +01: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 #19929 -- Improved error when MySQL doesn't have TZ definitions. 2013-02-28 17:35:13 +01: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