test moved to another file, cosmetical fixes

This commit is contained in:
Eremeev Danil
2015-05-07 10:53:25 +05:00
parent dfa8eaf24e
commit aab0599280
4 changed files with 19 additions and 18 deletions

View File

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