parseConditions should always return list now
This commit is contained in:
parent
9bab85e00a
commit
fea340bc68
1 changed files with 1 additions and 2 deletions
|
@ -244,8 +244,7 @@ def parseConditions(conditions, operator, user):
|
||||||
else:
|
else:
|
||||||
q = conn
|
q = conn
|
||||||
return q
|
return q
|
||||||
return Q()
|
return [Q()]
|
||||||
|
|
||||||
|
|
||||||
class ItemManager(Manager):
|
class ItemManager(Manager):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue