From 47da073cb01f86f6f71cf19a2866f80a9755f434 Mon Sep 17 00:00:00 2001 From: Barthelemy Dagenais Date: Tue, 17 May 2016 10:54:57 -0400 Subject: [1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions. Backport of a5c8072ab1e56da368a40f3e9c9a3b465f4ffbae from master --- docs/releases/1.9.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3