diff --git a/pandora/clip/managers.py b/pandora/clip/managers.py index 82b02dec..4a748751 100644 --- a/pandora/clip/managers.py +++ b/pandora/clip/managers.py @@ -60,7 +60,7 @@ def parseCondition(condition, user): else: return q if (not exclude and op == '=' or op in ('$', '^', '>=', '<')) and v == '': - return Q(True) + return Q() if k.endswith('__id'): v = decode_id(v)