35cecb1ebd
Made sure Django treats case .filter(NOT (a AND b)) the same way as .filter((NOT a OR NOT b)) for join promotion. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |
35cecb1ebd
Made sure Django treats case .filter(NOT (a AND b)) the same way as .filter((NOT a OR NOT b)) for join promotion. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |