--- a/schema.py Fri Feb 26 06:55:43 2010 +0100
+++ b/schema.py Fri Feb 26 06:57:02 2010 +0100
@@ -462,7 +462,6 @@
"""set of entities and relations schema defining the possible data sets
used in an application
-
:type name: str
:ivar name: name of the schema, usually the instance identifier
--- a/view.py Fri Feb 26 06:55:43 2010 +0100
+++ b/view.py Fri Feb 26 06:57:02 2010 +0100
@@ -91,9 +91,9 @@
* the `category` attribute may be used in the interface to regroup related
objects together
- At instantiation time, the standard `req`, `rset`, and `cursor`
- attributes are added and the `w` attribute will be set at rendering
- time to a write function to use.
+ At instantiation time, the standard `_cw`, and `cw_rset` attributes are
+ added and the `w` attribute will be set at rendering time to a write
+ function to use.
"""
__registry__ = 'views'