How to make a function not included in a rollback?

前端 未结 0 905
无人及你
无人及你 2021-01-25 07:21

Let\'s say I have 3 functions A, B, C. Function B calls Function A and Function C calls Function B.

def function_A():
    # do something here

@transaction.atomic         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题