# HG changeset patch # User Aurelien Campeas # Date 1256146288 -7200 # Node ID bb44b3a522fee26fea8a53cc01f7af3a8b675f51 # Parent 316d0b524db821f8726a5dc62f1b9f70deb8d7f0 remove obsolete caveat diff -r 316d0b524db8 -r bb44b3a522fe web/views/tabs.py --- a/web/views/tabs.py Wed Oct 21 14:39:26 2009 +0200 +++ b/web/views/tabs.py Wed Oct 21 19:31:28 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):