# HG changeset patch # User Sylvain Thénault # Date 1282755718 -7200 # Node ID 98642a11aea395c180f3e8b29f019162c23dcfab # Parent 59c446a813b5a220f35247acdbf971972a3256db remove some deprecated stuff about relation definition diff -r 59c446a813b5 -r 98642a11aea3 doc/book/en/devrepo/datamodel/definition.rst --- a/doc/book/en/devrepo/datamodel/definition.rst Wed Aug 25 18:55:48 2010 +0200 +++ b/doc/book/en/devrepo/datamodel/definition.rst Wed Aug 25 19:01:58 2010 +0200 @@ -583,12 +583,7 @@ * a string corresponding to an entity type * a tuple of string corresponding to multiple entity types -* special string such as follows: - - - "**": all types of entities - - "*": all types of non-meta entities - - "@": all types of meta entities but not system entities (e.g. used for - the basic schema description) +* the '*' special string, meaning all types of entities When a relation is not inlined and not symmetrical, and it does not require specific permissions, it can be defined using a `SubjectRelation`