On 9/29/06, a <[EMAIL PROTECTED]> wrote:
> this sounds serious how do we implement rollbacks
from django.db import connection
connection._rollback()

This behavior, by the way, is a *good* thing; rather than try to sort
things out and go on, PostgreSQL is saying, "An error happened, and
I'm going to refuse to do anything else until you fix it". This
provides extremely strong protection of your data.

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to