Comment (by Mariusz Felisiak):
Josh, Would you like to prepare a patch?
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Josh Smeaton):
I haven't got the time to put a patch together *right now* but I could do
so in the near future. Consider tagging this as "easy pickings" for a
budding contributor?
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:4>
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:5>
Comment (by Josh Smeaton):
I've started an easy pickings thread on -developers ML and would be happy
to review and guide someone to make the change:
https://groups.google.com/g/django-developers/c/Hyqd1Rz6cFs
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:6>
Comment (by Adam Johnson):
Good feature suggestion. The execution in captureOnCommitCallbacks would
need extending too :)
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:7>
* owner: nobody => Dulalet
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:8>
* needs_docs: 0 => 1
* has_patch: 0 => 1
* needs_tests: 0 => 1
Comment:
[https://github.com/django/django/pull/15602 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:9>
Comment (by Shivan Sivakumaran):
Can this ticket be closed? Seems like the PR was accepted.
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:10>
Comment (by Josh Smeaton):
Replying to [comment:10 Shivan Sivakumaran]:
> Can this ticket be closed? Seems like the PR was accepted.
Not until the PR is merged, then it'll be closed as fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:11>
* cc: David Wobrock (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:12>
* owner: Dulalet => Abhinav Yadav
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:13>
Comment (by Sarah Abderemane):
[https://github.com/django/django/pull/15766 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:14>
* needs_tests: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:15>
* needs_better_patch: 0 => 1
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:16>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:17>
* needs_better_patch: 0 => 1
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:18>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:19>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4a1150b41d1312feacd4316b2691227f5a509ae9" 4a1150b4]:
{{{
#!CommitTicketReference repository=""
revision="4a1150b41d1312feacd4316b2691227f5a509ae9"
Fixed #33616 -- Allowed registering callbacks that can fail in
transaction.on_commit().
Thanks David Wobrock and Mariusz Felisiak for reviews.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:20>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"3a084831e266bc9a4e3bc1ba89e44ffb7cf35a9c" 3a08483]:
{{{
#!CommitTicketReference repository=""
revision="3a084831e266bc9a4e3bc1ba89e44ffb7cf35a9c"
Refs #33616 -- Updated BaseDatabaseWrapper.run_on_commit comment.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33616#comment:21>