]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Sep 2011 21:45:09 +0000 (17:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Sep 2011 21:45:09 +0000 (17:45 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index 229f50bffd49b4618b421d9e1799a863d2903594..acbcbee7975bb915e403575ad4d4887b593532b7 100644 (file)
--- 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