server/hook.py
branchstable
changeset 6345 1a7f4bfbf92b
parent 6263 e91ac6e95116
child 6366 1806148d6ce8
--- 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.