Re: transaction exceptions

2009-03-13 Thread Malcolm Tredinnick
On Fri, 2009-03-13 at 13:22 -0700, sieg...@gmail.com wrote: > Hello! > > If I'm using the transaction middleware in a management command and > there is a conflict (e.g. transaction A in process a writes something, > and transaction B in process b overwrites it) does django detect that > and if

transaction exceptions

2009-03-13 Thread sieg...@gmail.com
Hello! If I'm using the transaction middleware in a management command and there is a conflict (e.g. transaction A in process a writes something, and transaction B in process b overwrites it) does django detect that and if yes what does it do? i.e. does it throw an exception in save()? or throw