]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed attribute manager's ability to traverse the full set of managed attributes...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jun 2006 19:55:48 +0000 (19:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jun 2006 19:55:48 +0000 (19:55 +0000)
commit49090a7a9434245b03a7f867add2401d3a78fead
treec22b55212f6a0b843be63d35cff3b4fbb5f39c5a
parent22fcdbe81f528a584eb499b9dbf2270365926b71
fixed attribute manager's ability to traverse the full set of managed attributes for a descendant class, + 2 unit tests
lib/sqlalchemy/attributes.py
test/base/attributes.py
test/orm/inheritance.py