Changes between Version 1 and Version 2 of Ticket #33882, comment 18


Ignore:
Timestamp:
Sep 1, 2024, 2:30:24 PM (2 months ago)
Author:
André S. Hansen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33882, comment 18

    v1 v2  
    55{{{
    66async def post():
    7     await sync_to_async(_post_sync_transaction)  # <-- Messy but maybe acceptable
     7    await sync_to_async(_post_sync_transaction)  # <-- Messy, but maybe acceptable
    88
    99
Back to Top