from django.db import transaction def do_something(): pass # send a mail, ... On-commit functions for a given transaction are executed in the order they ...
確定! 回上一頁