]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Using @classdecorator and similar on mixins to define
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2010 19:16:00 +0000 (15:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2010 19:16:00 +0000 (15:16 -0400)
commit15159a844d11b4a081bea4d7f6e3e3cf7dec937d
treec6af8489dc7f3ff06033644795c484561f44088c
parent4291e0b316438a81121de1170fe902dc375a4969
- Using @classdecorator and similar on mixins to define
__tablename__, __table_args__, etc. now works if
the method references attributes on the ultimate
subclass. [ticket:1749]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py