I have MonogoDB collection described with following MongoEngine document:
class Inner(EmbeddedDocument): value = StringField() class Outer(Document):