Humongolus
Humongolus copied to clipboard
Persistence and Widget Framework for Python and MongoDB
https://github.com/entone/Humongolus/blob/master/tests/test_field.py#L252 f_id is instance of gridfs.grid_file.GridOut. that class not implemented `__eq__` method. what expected behavior for this test?
On calling orm.Document.attribute 263 264 def **get**(self, instance, owner): --> 265 me = instance.**dict**.get(self._name) 266 if me: 267 if callable(me): return me() AttributeError: 'NoneType' object has no attribute '**dict**'
It would be extremely handy to offer alternative options to eagerly loading DocumentId fields and throwing exceptions when the document doesn't exist. Potential variations: Eagerly load but return None (or...
Documentation for the DynamicDocument and DocumentId is weak to non-existent. Please provide more detailed examples for these and information on when each should be used.