]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixes to attributes/related so that get_history with passive=True returns no
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Jun 2006 03:56:49 +0000 (03:56 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Jun 2006 03:56:49 +0000 (03:56 +0000)
commit6446bb1360d23bcf4500d7afe63cf84cd1957665
tree782d01a6204e89eef5e08d689bd3255ae18624bd
parenta8c2b7b97902fa9dd69a11f696ad2d4e0bf6328b
fixes to attributes/related so that get_history with passive=True returns no
AttributeHistory object if an untriggered callable was found (not sure how this used to work
OK....)
CHANGES
lib/sqlalchemy/attributes.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/association.py