Comment 1 for bug 1070846

Revision history for this message
John-Magne Bredal (john-m-bredal) wrote :

Note for later:
Django runs all SQL in a transaction. If there is an error in the query, it does not help if you put it in a try-except. The transaction is still aborted, as is all ensuing queries.