Re: Django and transactions

2006-09-12 Thread Andreas Eigenmann
Does nobody have an answer to one of my questions?? --~--~-~--~~~---~--~~ 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 g

Django and transactions

2006-09-11 Thread Andreas Eigenmann
Hi all, Im writing a financial web application with Django and postgresql. This application needs a lot of database transactions. The Django Transactions Documentation is a little bit unclear for me, so i have a some questions. 1. Using the transaction middleware, when is BEGIN TRANSACTION calle

Django and transactions

2006-09-10 Thread Andreas Eigenmann
Hi all, Im writing a financial web application with Django and postgresql. This application needs a lot of database transactions. The Django Transactions Documentation is a little bit unclear for me, so i have a some questions. 1. Using the transaction middleware, when is BEGIN TRANSACTION call