parent
3cc2c617fd
commit
7d90aa76ff
5 changed files with 70 additions and 13 deletions
|
|
@ -40,6 +40,8 @@ class EmbeddedDocument(BaseDocument):
|
|||
my_metaclass = DocumentMetaclass
|
||||
__metaclass__ = DocumentMetaclass
|
||||
|
||||
_instance = None
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(EmbeddedDocument, self).__init__(*args, **kwargs)
|
||||
self._changed_fields = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue