diff -r 9bb93efa1952 -r 5ab6ec83d5ba entity.py --- a/entity.py Tue Jan 15 20:17:09 2013 +0100 +++ b/entity.py Fri Jan 18 17:37:35 2013 +0100 @@ -539,10 +539,8 @@ """custom json dumps hook to dump the entity's eid which is not part of dict structure itself """ - self.complete() dumpable = self.cw_attr_cache.copy() dumpable['eid'] = self.eid - dumpable['__cwetype__'] = self.__regid__ return dumpable def cw_adapt_to(self, interface):