django1/django/db
Anssi Kääriäinen db65660928 [1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions.
Avoided split_exclude() for Q when used as an expression.

Backport of bc87061a3c from master
2015-05-20 09:41:42 -04:00
..
backends [1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't available 2015-05-15 18:46:05 +02:00
migrations [1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relations 2015-04-30 13:46:24 +02:00
models [1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions. 2015-05-20 09:41:42 -04:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Fixed #24532 -- Restored fallback support for allow_syncdb. 2015-03-24 10:33:50 -04:00