Changes between Initial Version and Version 1 of Ticket #29557, comment 4


Ignore:
Timestamp:
Jul 10, 2018, 7:53:36 AM (6 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29557, comment 4

    initial v1  
    88
    99with transaction.atomic():
    10     Thing.objects.create(num=num)
     10    Thing.objects.create(...)
    1111    transaction.on_commit(send_mail)
    1212}}}
Back to Top