From: Mike Bayer Date: Mon, 7 Dec 2009 22:53:32 +0000 (+0000) Subject: fixed CHANGES message location X-Git-Tag: rel_0_6beta1~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90efddbb1d52e7c26bb71e4b1c2dea121d3a0f8e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fixed CHANGES message location --- diff --git a/CHANGES b/CHANGES index 36ac4f2eb8..1d652a29bb 100644 --- a/CHANGES +++ b/CHANGES @@ -751,6 +751,10 @@ CHANGES by contains_eager() out of individual instance states. [ticket:1553] + - Fixed a needless select which would occur when merging + transient objects that contained a null primary key + identifier. [ticket:1618] + - Mutable collection passed to the "extension" attribute of relation(), column_property() etc. will not be mutated or shared among multiple instrumentation calls, preventing @@ -855,10 +859,6 @@ CHANGES data from the "subclass" table of the parent. [ticket:1485] - - Fixed a needless select which would occur when merging - transient objects that contained a null primary key - identifier. [ticket:1618] - - relations() now have greater ability to be "overridden", meaning a subclass that explicitly specifies a relation() overriding that of the parent class will be honored