]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
allow __tablename__ to come from a mixin
authorChris Withers <chris@simplistix.co.uk>
Mon, 1 Mar 2010 18:10:23 +0000 (18:10 +0000)
committerChris Withers <chris@simplistix.co.uk>
Mon, 1 Mar 2010 18:10:23 +0000 (18:10 +0000)
commit8aaf3da70a0b1beb3e9ca36d15e37454e3bfa958
tree5d49ab44cf66fbacfb020d34ee09a6c27ce86ccd
parent83d7d12b0aea14507552bebdbdb78f40b8459e53
allow __tablename__ to come from a mixin
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py