django1/django/db
Anssi Kääriäinen 35cecb1ebd Fixed #21748 -- join promotion for negated AND conditions
Made sure Django treats case .filter(NOT (a AND b)) the same way as
.filter((NOT a OR NOT b)) for join promotion.
2014-02-04 18:48:06 +02:00
..
backends Make mysql's CursorWrapper a contextmanager. 2014-02-02 22:43:53 +01:00
migrations Fixed #21874 -- Require Django applications to have a filesystem path. 2014-01-27 15:34:22 -07:00
models Fixed #21748 -- join promotion for negated AND conditions 2014-02-04 18:48:06 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00