pyramid_tm is a Python module which allows Pyramid requests to join the active transaction as provided by the transaction package.
See http://docs.pylonsproject.org/projects/pyramid_tm/dev/ or docs/index.rst in this distribution for detailed documentation.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· When a non-retryable exception was raised as the result of a call to transaction.manager.commit, the exception was not reraised properly. Symptom: an unrecoverable exception such as Unsupported: Storing blobs in is not supported. would be swallowed inappropriately.