Home | History | Annotate | Download | only in afe

Lines Matching refs:transaction

44 from django.db import transaction
1163 # entire method in a transaction. The worst case scenario is that we have
2197 # expensive (by performing in a transaction) in order to guarantee
2200 # migrate to transaction.atomic instead of commit_on_success
2201 @transaction.commit_on_success