one more Q()

This commit is contained in:
j 2011-11-10 12:09:43 +01:00
parent a49ed30ece
commit b6f5b45154

View file

@ -60,7 +60,7 @@ def parseCondition(condition, user):
else: else:
return q return q
if (not exclude and op == '=' or op in ('$', '^', '>=', '<')) and v == '': if (not exclude and op == '=' or op in ('$', '^', '>=', '<')) and v == '':
return Q(True) return Q()
if k.endswith('__id'): if k.endswith('__id'):
v = decode_id(v) v = decode_id(v)