Leandro Moreno
Leandro Moreno
I was considering using this lib. Since it really lacks documentation, I can't make the decision. I'm not sure if it'd have a really big impact on my project. I'm...
Okay, so it looks like it doesn't work for DynamicDocuments. ``` In [1]: from mongoengine import DynamicDocument In [2]: class MyDynamicDoc(DynamicDocument): ...: pass ...: In [3]: MyDynamicDoc(_a="a", b="b").save() Out[3]: In...
I'm here with the same issue. It works when I want to create an instance. When I retrieve an existent one, the field is always blank, I have to re-add...