django1/django/db
Anssi Kääriäinen bc87061a3c Fixed #24705 -- Fixed negated Q objects in expressions.
Avoided split_exclude() for Q when used as an expression.
2015-05-20 09:41:04 -04:00
..
backends Dropped the needs_datetime_string_cast feature. 2015-05-17 10:23:13 +02:00
migrations Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
models Fixed #24705 -- Fixed negated Q objects in expressions. 2015-05-20 09:41:04 -04:00
__init__.py Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00
transaction.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00