Changes between Version 1 and Version 2 of Ticket #33882, comment 18
- Timestamp:
- Sep 1, 2024, 2:30:24 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33882, comment 18
v1 v2 5 5 {{{ 6 6 async def post(): 7 await sync_to_async(_post_sync_transaction) # <-- Messy but maybe acceptable7 await sync_to_async(_post_sync_transaction) # <-- Messy, but maybe acceptable 8 8 9 9