test moved to another file, cosmetical fixes
This commit is contained in:
@@ -45,7 +45,7 @@ def query(_doc_cls=None, _field_operation=False, **query):
|
||||
op = parts.pop()
|
||||
|
||||
#if user escape field name by __
|
||||
if len(parts) > 1 and parts[-1]=="":
|
||||
if len(parts) > 1 and parts[-1] == "":
|
||||
parts.pop()
|
||||
|
||||
negate = False
|
||||
|
||||
Reference in New Issue
Block a user