]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Declarative locates the "inherits" class using a search
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Feb 2009 15:48:37 +0000 (15:48 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Feb 2009 15:48:37 +0000 (15:48 +0000)
commit734e02c4f152cee6152c9f5bcbbccf3e33ea7e65
treefe03cc8798e658732bd2f3684823793ede1ed1cf
parent40b20c680a5fe8ef85b9b99b23769f4dc59f1504
- Declarative locates the "inherits" class using a search
through __bases__, to skip over mixins that are local
to subclasses.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/declarative.py