[Checkins] SVN: zope.sqlalchemy/branches/chrism-py3/src/zope/sqlalchemy/README.txt bfg to pyramid

Chris McDonough chrism at plope.com
Tue Sep 27 00:50:41 EST 2011


Log message for revision 122968:
  bfg to pyramid

Changed:
  U   zope.sqlalchemy/branches/chrism-py3/src/zope/sqlalchemy/README.txt

-=-
Modified: zope.sqlalchemy/branches/chrism-py3/src/zope/sqlalchemy/README.txt
===================================================================
--- zope.sqlalchemy/branches/chrism-py3/src/zope/sqlalchemy/README.txt	2011-09-27 01:30:27 UTC (rev 122967)
+++ zope.sqlalchemy/branches/chrism-py3/src/zope/sqlalchemy/README.txt	2011-09-27 05:50:40 UTC (rev 122968)
@@ -14,15 +14,20 @@
 to configure engines.
 
 For WSGI applications, Zope style automatic transaction management is
-available with `repoze.tm2`_, a part of `Repoze BFG`_ and `Turbogears 2`_.
+available with `repoze.tm2`_ (used by `Turbogears 2`_ and other systems).
 
+This package is also used by `pyramid_tm`_ (an add-on of the `Pyramid`_) web
+framework.
+
 You need to understand `SQLAlchemy`_ for this package and this README to make 
 any sense.
 
 .. _repoze.tm2: http://docs.repoze.org/tm2/
 
-.. _Repoze BFG: http://bfg.repoze.org/
+.. _pyramid_tm: https://docs.pylonsproject.org/projects/pyramid_tm/dev/
 
+.. _Pyramid: http://pylonsproject.org/
+
 .. _Turbogears 2: http://turbogears.org/
 
 .. _SQLAlchemy: http://sqlalchemy.org/docs/



More information about the checkins mailing list