Fixed premature return for query gen
This commit is contained in:
parent
6373e20696
commit
d274576b47
@ -321,8 +321,7 @@ class QuerySet(object):
|
|||||||
|
|
||||||
if key == "__raw__":
|
if key == "__raw__":
|
||||||
mongo_query.update(value)
|
mongo_query.update(value)
|
||||||
return mongo_query
|
else:
|
||||||
|
|
||||||
parts = key.split('__')
|
parts = key.split('__')
|
||||||
# Check for an operator and transform to mongo-style if there is
|
# Check for an operator and transform to mongo-style if there is
|
||||||
op = None
|
op = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user