repoze.tm2 is a middleware which uses the ZODB transaction manager to wrap a call to its pipeline children inside a transaction. This is a fork of the repoze.tm package which depends only on the transaction package rather than the entirety of ZODB (for users who don't rely on ZODB).
See docs/index.rst for documentation.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Run OOTB under Python 2.4 / 2.5 (pin 'transaction' dependency to a supported version when running under 2.4 / 2.5).