[Checkins] SVN: zope.sqlalchemy/trunk/src/zope/sqlalchemy/datamanager.py documentation fix

Laurence Rowe l at lrowe.co.uk
Sat Jan 8 12:07:34 EST 2011


Log message for revision 119455:
  documentation fix

Changed:
  U   zope.sqlalchemy/trunk/src/zope/sqlalchemy/datamanager.py

-=-
Modified: zope.sqlalchemy/trunk/src/zope/sqlalchemy/datamanager.py
===================================================================
--- zope.sqlalchemy/trunk/src/zope/sqlalchemy/datamanager.py	2011-01-08 17:06:07 UTC (rev 119454)
+++ zope.sqlalchemy/trunk/src/zope/sqlalchemy/datamanager.py	2011-01-08 17:07:34 UTC (rev 119455)
@@ -186,9 +186,9 @@
     `initial_state` is either STATUS_ACTIVE, STATUS_INVALIDATED or STATUS_READONLY
     
     If using the default initial status of STATUS_ACTIVE, you must ensure that
-    dirty_session(session) is called when data is written to the database.
+    mark_changed(session) is called when data is written to the database.
     
-    The DirtyAfterFlush SessionExtension can be used to ensure that this is
+    The ZopeTransactionExtesion SessionExtension can be used to ensure that this is
     called automatically after session write operations.
     """
     if _SESSION_STATE.get(id(session), None) is None:



More information about the checkins mailing list