web/views/tabs.py
branchstable
changeset 5151 2f70fa8b6854
parent 4727 946a9db5405d
child 5370 dc6f3247bfc2
--- a/web/views/tabs.py	Tue Apr 06 10:29:41 2010 +0200
+++ b/web/views/tabs.py	Tue Apr 06 15:11:51 2010 +0200
@@ -32,9 +32,7 @@
 
     def lazyview(self, vid, rql=None, eid=None, rset=None, tabid=None,
                  reloadable=False, show_spinbox=True, w=None):
-        """a lazy version of wview
-        first version only support lazy viewing for an entity at a time
-        """
+        """ a lazy version of wview """
         w = w or self.w
         self._cw.add_js('cubicweb.lazy.js')
         urlparams = {'vid' : vid, 'fname' : 'view'}