[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/model.py updated docs

Andreas Jung andreas at andreas-jung.com
Sat May 26 10:24:07 EDT 2007


Log message for revision 75968:
  updated docs
  

Changed:
  U   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/model.py

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/model.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/model.py	2007-05-26 14:23:42 UTC (rev 75967)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/model.py	2007-05-26 14:24:07 UTC (rev 75968)
@@ -57,7 +57,7 @@
             'table_name' -- optional full name of a table (e.g. 'someschema.sometable') if
             you want to use 'name' as alias for the table.
         
-            'cascade' -- cascade parameter directly passed to the relation() call
+            'cascade' -- optional cascade parameter directly passed to the relation() call
         """
 
         if table is not None and not isinstance(table, sqlalchemy.Table):



More information about the Checkins mailing list