]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added teardown_instance() to complement setup_instance().
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 22:15:38 +0000 (22:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 22:15:38 +0000 (22:15 +0000)
commit653191d913b980964d45b4ef92ed6a0b5d95af91
tree1b9fdbd015ff16d086a9156ea75339a84f7c9c73
parent88a799379fa57f4c220c9cbad89cf7d407147d0b
added teardown_instance() to complement setup_instance().
Based on the instance/class agnostic behavior of ClassManager, this might be the best we can
do regarding [ticket:860]
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/interfaces.py
test/orm/pickled.py