[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py updated documentation

Andreas Jung andreas at andreas-jung.com
Fri Aug 24 09:54:03 EDT 2007


Log message for revision 79231:
  updated documentation
  

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

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py	2007-08-24 13:05:48 UTC (rev 79230)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py	2007-08-24 13:54:02 UTC (rev 79231)
@@ -269,6 +269,10 @@
 
     @property
     def connection(self):
+        """ This property is _private_ and only intented to be used
+            by SQLAlchemyDA and therefore it is not part of the 
+            public API. 
+        """
 
         last_connection, = connection_cache.get('last_connection')
 



More information about the Checkins mailing list