On Sep 21, 2011, at 2:27 PM, Joseph Mou wrote:

> Why is this preferable over the default auto-commit behavior?

If you are certain that every single time you modify the database, you want an 
immediate commit (no object graphics, no possibility of dangling objects), the 
default behavior might work for you.  However, as soon as you start having 
interdependent objects, you probably need something more sophisticated.  
Discussion here:

        
http://thebuild.com/blog/2009/11/07/django-postgresql-and-transaction-management/
--
-- Christophe Pettus
   x...@thebuild.com

-- 
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