# HG changeset patch # User Sylvain Thénault # Date 1250859540 -7200 # Node ID 44e5446b649b15c0fd0b5f73b0ae847717c4d4ea # Parent d7c23b2c75383cb7a3671f74e039a58e8ad4d9f5 no inference for the identity relation diff -r d7c23b2c7538 -r 44e5446b649b 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 = {}