entity.py
changeset 8621 038d67f42061
parent 8535 268b6349baf3
child 8655 ab57000bff7b
--- a/entity.py	Mon Dec 03 13:22:10 2012 +0100
+++ b/entity.py	Fri Nov 23 17:12:58 2012 +0100
@@ -537,7 +537,6 @@
             rql = 'INSERT %s X' % (cls.__regid__)
         created = execute(rql, qargs).get_entity(0, 0)
         created._cw_update_attr_cache(attrcache)
-        created.cw_attr_cache.update(attrcache)
         cls._cw_handle_pending_relations(created.eid, pendingrels, execute)
         return created