On 9/28/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > Django probably does start a transaction somewhere, I don't know. > Try to trace your session and you'll see.
The way I read the spec for DB-API's connection.commit, all cursors are implicitly under transactions. ".commit Note that if the database supports an auto-commit feature, this must be initially off. An interface method may be provided to turn it back on. Database modules that do not support transactions should implement this method with void functionality. " http://www.python.org/dev/peps/pep-0249/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---