diff options
| author | Barthelemy Dagenais <barthelemy@infobart.com> | 2016-05-17 10:54:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-18 09:13:21 -0400 |
| commit | 47da073cb01f86f6f71cf19a2866f80a9755f434 (patch) | |
| tree | f5b76533d7999945835a55065b0c323414047c3c /docs/releases | |
| parent | ff1eb0a6deeab6b07f30f11b2a6565ae9ec5556b (diff) | |
[1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions.
Backport of a5c8072ab1e56da368a40f3e9c9a3b465f4ffbae from master
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt index 5514222888..2f5555721f 100644 --- a/docs/releases/1.9.7.txt +++ b/docs/releases/1.9.7.txt @@ -17,3 +17,6 @@ Bugfixes * Fixed a regression causing the cached template loader to crash when using lazy template names (:ticket:`26603`). + +* Fixed ``on_commit`` callbacks execution order when callbacks make + transactions (:ticket:`26627`). |
