Opened 11 years ago
Closed 9 years ago
#21803 closed New feature (fixed)
Support post-commit hooks
Reported by: | Aymeric Augustin | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Simon Charette, niels.busch@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
We should merge https://github.com/carljm/django-transaction-hooks once it has stabilized.
It looks robust and correctly builds on top of the transaction management code.
See also #14051.
Change History (10)
comment:1 by , 11 years ago
Cc: | added |
---|
comment:2 by , 11 years ago
Cc: | added |
---|
comment:3 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 10 years ago
comment:5 by , 10 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:6 by , 10 years ago
Patch needs improvement: | unset |
---|
comment:7 by , 10 years ago
Patch needs improvement: | set |
---|
comment:8 by , 9 years ago
Patch needs improvement: | unset |
---|
comment:9 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
I've made an initial PR (not yet complete), with a port of django-transaction-hooks:
https://github.com/django/django/pull/4593