Aleksei Sazonov
Results
2
issues of
Aleksei Sazonov
I try to repeat this: ``` python In [1]: from mongoengine import * In [2]: class TestData(DynamicDocument): pass In [3]: td = TestData() In [4]: td.mydata = [{'name':'bob','sdata':[]}] In [5]:...
Bug
ListField
Hi! I'm using your library in my project. So i changed your project to actual version of Clojure, and changed JSON parser libabry. Sorry, i'm working in master branch. Forget...