schema.py
branchstable
changeset 2958 44e5446b649b
parent 2926 4484387ed012
child 2967 e7d348134006
--- 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 = {}