]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added an extra check for the correct class when __init__ is called,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Jul 2010 14:50:13 +0000 (10:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Jul 2010 14:50:13 +0000 (10:50 -0400)
commit50176cf290767b6dbd2e361b4440d308328be173
treeded7423dc4773d9b2070567a3bf6f5f91141e1dd
parent633bba65f9be6a74162ed2ed8563f1e5ced2330d
added an extra check for the correct class when __init__ is called,
to fix the second half of [ticket:1846]
lib/sqlalchemy/orm/attributes.py
test/orm/test_mapper.py