Re: Django 1.8 Transaction Begin

2015-06-18 Thread Katarzyna Łabędź
Thanks Russell, Maybe i didn't understand it correctly. I know Django support transactions, but isn't it do it on commit? I just tried to find the BEGIN statement inside them and i could not find it - searched through internet and what I found was a bunch of people asking the same question -

Re: Django 1.8 Transaction Begin

2015-06-18 Thread Katarzyna Łabędź
Thanks Russel, Maybe i didn't understand it correctly. I know Django support transactions, but isn't it do it on commit? I just tried to find the BEGIN statement inside them and i could not find it - searched through internet and what I found was a bunch of people asking the same question - w

Django 1.8 Transaction Begin

2015-06-17 Thread Katarzyna Łabędź
Hi! As far as i know Django 1.8 does not support BEGIN transaction for mysql. Is there a way to invoke this? How to invoke BEGIN Transaction in a raw sql? I cannot find it in documentation... -- You received this message because you are subscribed to the Google Groups "Django users" group. T