Changes between Version 3 and Version 4 of Ticket #33882, comment 18
- Timestamp:
- Sep 3, 2024, 4:09:29 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33882, comment 18
v3 v4 31 31 # ... 32 32 }}} 33 34 There 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