author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 27 Sep 2010 17:13:41 +0200 | |
branch | stable |
changeset 6345 | 1a7f4bfbf92b |
parent 6344 | 0cb0d8d83e4c |
child 6346 | 1a968e545e4e |
server/hook.py | file | annotate | diff | comparison | revisions |
--- a/server/hook.py Fri Sep 24 18:38:24 2010 +0200 +++ b/server/hook.py Mon Sep 27 17:13:41 2010 +0200 @@ -288,6 +288,8 @@ This hook ensure that when one of the watched relation is added, the `main_rtype` relation is added to the target entity of the relation. + Notice there are no default behaviour defined when a watched relation is + deleted, you'll have to handle this by yourself. You usually want to use the :class:`match_rtype_sets` selector on concret classes.