]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed obscure mapper compilation issue when inheriting
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 May 2009 19:34:21 +0000 (19:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 May 2009 19:34:21 +0000 (19:34 +0000)
commit7af9d1c04b431a98c1e19dd234a00fb202283c0a
tree1a110f380b895578de1cc1dc052e2e2f1a42604b
parentf19d4dc8158680f3aa56f13d1ea8ea9b080563fc
- Fixed obscure mapper compilation issue when inheriting
mappers are used which would result in un-initialized
attributes.
CHANGES
lib/sqlalchemy/orm/mapper.py