one more Q()

This commit is contained in:
j 2011-11-10 12:09:43 +01:00
parent a49ed30ece
commit b6f5b45154
1 changed files with 1 additions and 1 deletions

View File

@ -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)