Changes between Version 3 and Version 4 of Ticket #33882, comment 18


Ignore:
Timestamp:
Sep 3, 2024, 4:09:29 PM (2 months ago)
Author:
André S. Hansen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33882, comment 18

    v3 v4  
    3131   # ...
    3232}}}
     33
     34There are two problems with this pattern:
     35- You have to write helper functions to handle transactions
     36- You have to make sure to convert all async contexes to sync, using async_to_sync, within the transaction helper
Back to Top