Open
Description
I often need to know exactly where we are committing inside a Django view. I've got this working with http://gist.github.com/484450
(Unfortunately, commit() and rollback() are methods of the database connection, not the cursor so we have to track them slightly differently.)