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:09:48 -0400 |
| commit | a5c8072ab1e56da368a40f3e9c9a3b465f4ffbae (patch) | |
| tree | 23787132f542d1d97a56d378de80ebb20e38efc6 /docs | |
| parent | 4ff1e6ef58999f730db26ab97e233589c6be9b4f (diff) | |
Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions.
Diffstat (limited to 'docs')
| -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`). |
