From: Mike Bayer Date: Mon, 26 Sep 2011 21:45:09 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_7_3~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53cb60809b0a01cbc56fe4905c50d38096ed0156;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/CHANGES b/CHANGES index 229f50bffd..acbcbee797 100644 --- a/CHANGES +++ b/CHANGES @@ -112,6 +112,10 @@ CHANGES to the mapper after it has already been configured. [ticket:2239] + - Declarative will warn when a subclass' base uses + @declared_attr for a regular column - this attribute + does not propagate to subclasses. [ticket:2283] + - The integer "id" used to link a mapped instance with its owning Session is now generated by a sequence generation function rather than id(Session), to