Add ability to filter the generic reference field by ObjectId and DBRef (#1425)

This commit is contained in:
Stefan Wójcik
2016-12-09 12:56:06 -05:00
committed by GitHub
parent 25e0f12976
commit 1b9432824b
4 changed files with 51 additions and 4 deletions

View File

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