# HG changeset patch # User Sylvain Thénault # Date 1265225748 -3600 # Node ID ef623f05e5e2431d6bf92329a595e7115dc74161 # Parent fd80a06227b33bbec6a19c22fa51ac232464c22b add note telling you don't et an UStreamIO for binary views diff -r fd80a06227b3 -r ef623f05e5e2 doc/book/en/development/devweb/views.rst --- a/doc/book/en/development/devweb/views.rst Wed Feb 03 20:35:19 2010 +0100 +++ b/doc/book/en/development/devweb/views.rst Wed Feb 03 20:35:48 2010 +0100 @@ -38,7 +38,7 @@ added and the `w` attribute will be set at rendering time. A view writes to its output stream thanks to its attribute `w` (an -`UStreamIO`). +`UStreamIO`, except for binary views). The basic interface for views is as follows (remember that the result set has a tabular structure with rows and columns, hence cells):