Humongolus icon indicating copy to clipboard operation
Humongolus copied to clipboard

Class attributes are not accessible

Open xkmato opened this issue 10 years ago • 0 comments

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'

xkmato avatar Jul 23 '15 07:07 xkmato