forked from 0x2620/pandora
one more Q()
This commit is contained in:
parent
a49ed30ece
commit
b6f5b45154
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue