From e91085ec75ddbeb793bec305eb693dad03c34518 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Mon, 31 Dec 2012 10:28:16 -0800 Subject: Mention ZopeTxnExt and pyramid_tm in tutorial If this page is found via web search while trying to configure SQLAlchemy from scratch without a scaffold, it is helpful to mention pyramid_tm as a requirement somewhere. Otherwise, a hapless user such as your humble author might spend lots of time wondering why his sessions aren't getting committed after his requests despite his best efforts to properly configure SQLAlchemy and ZopeTransactionExtension. --- docs/tutorials/wiki2/installation.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 4ab02a13a..05b6a2a42 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -303,6 +303,9 @@ the following assumptions: - you are willing to use :term:`url dispatch` to map URLs to code. +- you want to use ``ZopeTransactionExtension`` and ``pyramid_tm`` to scope + sessions to requests + .. note:: :app:`Pyramid` supports any persistent storage mechanism (e.g. object -- cgit v1.2.3