]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Further reworked the "mixin" logic in declarative to
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Apr 2010 16:27:01 +0000 (12:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Apr 2010 16:27:01 +0000 (12:27 -0400)
commit87b454be9aebacce0a084c54c6894c224fc41b81
tree1166f1cb7d1bd939b1dae085a92c53cc02ff7712
parent67878d13ed95a1caafd9d304c916a3abf0320fb6
- Further reworked the "mixin" logic in declarative to
additionally allow __mapper_args__ as a @classproperty
on a mixin, such as to dynamically assign polymorphic_identity.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py