From b705e19082237a7024441c5e0655d4ccc3e7c762 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 14 Mar 2017 17:14:02 -0400 Subject: [PATCH] - add missing hyperlink for change 3934 Change-Id: I4f6f1d24588f5f8aa8cf8f7f67627a08552d4c93 --- doc/build/changelog/migration_12.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst index 2eb8659b9c..584cd41a79 100644 --- a/doc/build/changelog/migration_12.rst +++ b/doc/build/changelog/migration_12.rst @@ -64,6 +64,8 @@ Where the value of the parameter "x_1" is ``'total/%score'``. Key Behavioral Changes - ORM ============================ +.. _change_3934: + The after_rollback() Session event now emits before the expiration of objects ----------------------------------------------------------------------------- @@ -99,7 +101,6 @@ Note that the :class:`.Session` will still disallow SQL from being emitted within this event; meaning that unloaded attributes will still not be able to load within the scope of the event. - :ticket:`3934` Key Behavioral Changes - Core -- 2.47.3