mirror of https://github.com/django/django.git
fd3fa851b5
Made sure Django treats case .filter(NOT (a AND b)) the same way as
.filter((NOT a OR NOT b)) for join promotion.
Heavily modified backpatch of
|
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |