schema.py
branch3.5
changeset 2967 e7d348134006
parent 2957 2daabf4c646e
parent 2958 44e5446b649b
child 2968 0e3460341023
child 3240 8604a15995d1
--- a/schema.py	Fri Aug 21 15:07:13 2009 +0200
+++ b/schema.py	Fri Aug 21 15:07:47 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 = {}