Changes between Initial Version and Version 1 of Ticket #36487, comment 9


Ignore:
Timestamp:
Aug 27, 2026, 3:18:32 AM (6 days ago)
Author:
Bona Fide IT GmbH

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36487, comment 9

    initial v1  
    2525 1. If not, would a note in the 5.2 documentation be acceptable?
    2626
    27 On the second question: the `on_commit()` docs currently recommend the exact combination that breaks. They suggest `functools.partial` for binding arguments,
     27On the second question: the 5.2 docs for `on_commit()` recommend the exact combination that breaks, in [https://docs.djangoproject.com/en/5.2/topics/db/transactions/#performing-actions-after-commit Performing actions after commit]. They suggest `functools.partial` for binding arguments,
    2828
    2929  Callbacks will not be passed any arguments, but you can bind them with `functools.partial()`
Back to Top