no inference for the identity relation stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Aug 2009 14:59:00 +0200
branchstable
changeset 2958 44e5446b649b
parent 2930 d7c23b2c7538
child 2959 daabb9bc5233
no inference for the identity relation
schema.py
--- a/schema.py	Thu Aug 20 17:57:31 2009 +0200
+++ b/schema.py	Fri Aug 21 14:59:00 2009 +0200
@@ -447,6 +447,7 @@
     reading_from_database = False
     entity_class = CubicWebEntitySchema
     relation_class = CubicWebRelationSchema
+    no_specialization_inference = ('identity',)
 
     def __init__(self, *args, **kwargs):
         self._eid_index = {}