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 one in transaction.commit?

I am using Postgres, if that makes a difference.

Many thanks,
Fabian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to