Raise TypeError when __in-operator used with a Document (#1237)

This commit is contained in:
Malthe Jørgensen
2016-12-13 05:27:25 +01:00
committed by Stefan Wójcik
parent 65914fb2b2
commit 76524b7498
4 changed files with 70 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ cover-package=mongoengine
[flake8]
ignore=E501,F401,F403,F405,I201
exclude=build,dist,docs,venv,venv3,.tox,.eggs,tests
max-complexity=45
max-complexity=47
application-import-names=mongoengine,tests