Hi, >Maybe it would be easier to discuss this with some code at hand. If >#616 would be applied, django would have the needed "process_exception" >mechanism (that would be usefull regardless wether we use it for >transactions or not, I think). Then I could hack up the middleware and >decorator as I envision it and we could play with it to see wether it's >worth to do more investigation. It's not much work, so I won't mind to >do it even if it's later thrown away for a better approach.
I just did that and added it to ticket #9 - so you could have a look on how I think transaction management could be done and what ways to control transactions this would give. bye, Georg
