Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic check in EmbeddedDocumentField lookup_member #2252

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

tjhall13
Copy link
Contributor

  • Add check for _dynamic in lookup_member that returns DynamicField for DynamicEmbeddedDocument subclasses
  • Add test for DynamicEmbeddedDocument in test_embedded_document_field
  • Updated changelog

closes #2251

bagerard and others added 30 commits January 11, 2020 23:17
…hon2_support

fix indirect library version (zipp) that dropped python2 support recently
…-save-function

Add return info in the save function docstring
…-regular-queries

Fix for combining raw and regular filters
…n_warn

Fix invalid escape seq in codebase
…jection

Add support for the elemMatch projection operator
…ation

Fix bug introduced in 0.19 related to DictField validation
…eprecated

remove qs.slave_okay() that is deprecated since pymongo3
…ttribute_deprecated

Remove name param in Field constructor (replaced by db_field)
…ed_method

[>= 0.19.0] Remove old deprecated method
…it://github.com/tjhall13/mongoengine into tjhall13-2251-fix-lookuperror-in-dynamic-embedded-document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Querying dynamic field on DynamicEmbeddedDocument throws LookUpError
5 participants