Re: Django Transactions at the Model Level

2010-02-11 Thread Russell Keith-Magee
On Thu, Feb 11, 2010 at 8:55 AM, khoobks wrote: > Hi Everyone, > > I was wondering if a Django guru was able to verify if my mental model > of how django transactions operate is correct. > > The situation that I have is that I'd like to place the > transaction.commit_on_success decorator around a

Django Transactions at the Model Level

2010-02-10 Thread khoobks
Hi Everyone, I was wondering if a Django guru was able to verify if my mental model of how django transactions operate is correct. The situation that I have is that I'd like to place the transaction.commit_on_success decorator around a custom function on my model. At the same time, I would also l