On Nov 9, 2009, at 9:30 PM, Continuation wrote:
> Can you tell me which middleware/decorator should I use to make sure
> all those run within a single transaction? I'm pretty new to this.

The transaction middleware will work:

        
http://docs.djangoproject.com/en/dev/topics/db/transactions/#tying-transactions-to-http-requests

You can also use the @commit_on_success decorator:
        
        
http://docs.djangoproject.com/en/dev/topics/db/transactions/#django-db-transaction-commit-on-success


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