EmbeddedDocument should not have save method #1552
This commit is contained in:
parent
2f1fe5468e
commit
99a5f2cd9d
@ -88,9 +88,6 @@ class EmbeddedDocument(BaseDocument):
|
||||
|
||||
return data
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
self._instance.save(*args, **kwargs)
|
||||
|
||||
def reload(self, *args, **kwargs):
|
||||
self._instance.reload(*args, **kwargs)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user