]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add ticket
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2014 23:57:03 +0000 (19:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2014 23:57:03 +0000 (19:57 -0400)
doc/build/changelog/migration_10.rst

index 80c22045e3c2cedb9ed703522e9a9e41b009090a..3c6286b6034812211918338fa86c70946af0ad58 100644 (file)
@@ -101,6 +101,8 @@ is improved in the case where the unit of work inspects a pending object for
 an existing primary key value, as the state of the object won't change
 in the common case that none was set.
 
+:ticket:`3061`
+
 .. _behavioral_changes_core_10:
 
 Behavioral Changes - Core