merge stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 21 Oct 2009 19:32:53 +0200
branchstable
changeset 3780 4ff37d54aae1
parent 3778 fd5449479584 (current diff)
parent 3779 bb44b3a522fe (diff)
child 3781 c7ef58db0e4b
merge
--- a/web/views/tabs.py	Wed Oct 21 17:37:58 2009 +0200
+++ b/web/views/tabs.py	Wed Oct 21 19:32:53 2009 +0200
@@ -20,8 +20,6 @@
 class LazyViewMixin(object):
     """provides two convenience methods for the tab machinery
     can also be used to lazy-load arbitrary views
-    caveat : lazyview is not recursive, i.e : you can't (successfully)
-    lazyload a view that in turns does the same
     """
 
     def _prepare_bindings(self, vid, reloadable):