Merge pull request #1905 from bagerard/rework_in_test

minor rework in test
This commit is contained in:
erdenezul
2018-10-10 16:29:53 +08:00
committed by GitHub
10 changed files with 31 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ import copy
from mongoengine.errors import InvalidQueryError
from mongoengine.queryset import transform
__all__ = ('Q',)
__all__ = ('Q', 'QNode')
class QNodeVisitor(object):