From: Mike Bayer Date: Thu, 29 May 2014 23:57:03 +0000 (-0400) Subject: add ticket X-Git-Tag: rel_1_0_0b1~411^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bd578998b89a7e3c08e50d04f37daefbf307a58;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add ticket --- diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst index 80c22045e3..3c6286b603 100644 --- a/doc/build/changelog/migration_10.rst +++ b/doc/build/changelog/migration_10.rst @@ -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