]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add missing hyperlink for change 3934
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Mar 2017 21:14:02 +0000 (17:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Mar 2017 21:14:02 +0000 (17:14 -0400)
Change-Id: I4f6f1d24588f5f8aa8cf8f7f67627a08552d4c93

doc/build/changelog/migration_12.rst

index 2eb8659b9cc63ad983b96ee1fddade91453d4d34..584cd41a79cdc4e0cbb79df3414428823a7d1a84 100644 (file)
@@ -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