mirror of
https://github.com/django/django.git
synced 2024-12-27 19:46:22 +00:00
5aa51fa999
QuerySet had previously some complex logic for dealing with nullable fields in negated add_filter() calls. It seems the logic is leftover from a time where the WhereNode wasn't as intelligent in handling field__in=[] conditions. Thanks to aaugustin for comments on the patch. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |