Add a note concerning explicit object registering.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Thu, 04 Jun 2009 11:26:59 -0700
changeset 2042 d524ae901b31
parent 2039 6c036e4d9ad4
child 2043 12ea656dbbdb
Add a note concerning explicit object registering.
doc/book/en/development/devcore/vreg.rst
--- a/doc/book/en/development/devcore/vreg.rst	Thu Jun 04 17:21:29 2009 +0200
+++ b/doc/book/en/development/devcore/vreg.rst	Thu Jun 04 11:26:59 2009 -0700
@@ -13,7 +13,10 @@
   conditionnellement,
   - enregistrement explicite en définissant la fonction `registration_callback(vreg)`
   - appel des méthodes d'enregistrement des objets sur le vreg
-
+.. note::
+    Once the function `registration_callback(vreg)` is implemented, all the objects
+    need to be explicitely registered as it disables the automatic object registering.
+    
 * suppression de l'ancien système quand il ne restera plus de réference au
   module registerers dans le code des cubes existants.
 
@@ -148,4 +151,4 @@
 
 Debugging
 `````````
-XXX explain traced_selection context manager
\ No newline at end of file
+XXX explain traced_selection context manager