From: Mike Bayer Date: Tue, 14 Mar 2017 21:14:02 +0000 (-0400) Subject: - add missing hyperlink for change 3934 X-Git-Tag: rel_1_2_0b1~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b705e19082237a7024441c5e0655d4ccc3e7c762;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add missing hyperlink for change 3934 Change-Id: I4f6f1d24588f5f8aa8cf8f7f67627a08552d4c93 --- 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