web/views/tabs.py
changeset 5159 2543cfa5d54a
parent 5151 2f70fa8b6854
child 5370 dc6f3247bfc2
--- a/web/views/tabs.py	Tue Apr 06 18:51:17 2010 +0200
+++ b/web/views/tabs.py	Tue Apr 06 19:08:07 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'}