django/tests/queries
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
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Added tests for m2m queries with custom pk on the end models 2014-01-28 21:39:15 +02:00
tests.py Fixed #21748 -- join promotion for negated AND conditions 2014-02-04 18:48:06 +02:00