# HG changeset patch # User Sylvain Thénault # Date 1285600421 -7200 # Node ID 1a7f4bfbf92b3a44c8fc2fd8184f437e50d2e857 # Parent 0cb0d8d83e4cceed99946eceac5020dff14c5681 [doc] add note about propagation on deletion of a watched relation diff -r 0cb0d8d83e4c -r 1a7f4bfbf92b server/hook.py --- 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.